Jump to content
  • 0

Question

Posted

buna ziua am bagat textdraw sau ce o fi 

Date = TextDrawCreate(549.599975, 11.946655, "--");
    TextDrawLetterSize(Date, 0.317999, 1.450666);
    TextDrawAlignment(Date, 1);
    TextDrawColor(Date, -1);
    TextDrawSetShadow(Date, 0);
    TextDrawSetOutline(Date, 1);
    TextDrawBackgroundColor(Date, 255);
    TextDrawFont(Date, 3);
    TextDrawSetProportional(Date, 1);

    Time = TextDrawCreate(549.599975, 23.893365, "--");
    TextDrawLetterSize(Time, 0.634799, 2.406399);
    TextDrawAlignment(Time, 1);
    TextDrawColor(Time, -1);
    TextDrawSetShadow(Time, 0);
    TextDrawSetOutline(Time, 1);
    TextDrawBackgroundColor(Time, 255);
    TextDrawFont(Time, 3);
    TextDrawSetProportional(Time, 1);
    return 1;

 

 

si imi da errorile aste de pot sa i fac ?

 

C:\Users\PROFESSIOAL GAMING\Desktop\backup4193 (2)\samp03\gamemodes\rplay.pwn(16310) : error 017: undefined symbol "Date"
C:\Users\PROFESSIOAL GAMING\Desktop\backup4193 (2)\samp03\gamemodes\rplay.pwn(16311) : error 017: undefined symbol "Date"
C:\Users\PROFESSIOAL GAMING\Desktop\backup4193 (2)\samp03\gamemodes\rplay.pwn(16312) : error 017: undefined symbol "Date"
C:\Users\PROFESSIOAL GAMING\Desktop\backup4193 (2)\samp03\gamemodes\rplay.pwn(16313) : error 017: undefined symbol "Date"
C:\Users\PROFESSIOAL GAMING\Desktop\backup4193 (2)\samp03\gamemodes\rplay.pwn(16314) : error 017: undefined symbol "Date"
C:\Users\PROFESSIOAL GAMING\Desktop\backup4193 (2)\samp03\gamemodes\rplay.pwn(16315) : error 017: undefined symbol "Date"
C:\Users\PROFESSIOAL GAMING\Desktop\backup4193 (2)\samp03\gamemodes\rplay.pwn(16316) : error 017: undefined symbol "Date"
C:\Users\PROFESSIOAL GAMING\Desktop\backup4193 (2)\samp03\gamemodes\rplay.pwn(16317) : error 017: undefined symbol "Date"
C:\Users\PROFESSIOAL GAMING\Desktop\backup4193 (2)\samp03\gamemodes\rplay.pwn(16341) : warning 225: unreachable code
C:\Users\PROFESSIOAL GAMING\Desktop\backup4193 (2)\samp03\gamemodes\rplay.pwn(19212) : warning 217: loose indentation
C:\Users\PROFESSIOAL GAMING\Desktop\backup4193 (2)\samp03\gamemodes\rplay.pwn(19211) : warning 204: symbol is assigned a value that is never used: "string"
C:\Users\PROFESSIOAL GAMING\Desktop\backup4193 (2)\samp03\gamemodes\rplay.pwn(40745) : warning 202: number of arguments does not match definition
C:\Users\PROFESSIOAL GAMING\Desktop\backup4193 (2)\samp03\gamemodes\rplay.pwn(40745) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase


9 Errors.
 

3 answers to this question

Recommended Posts

  • 0
Posted

Pentru a nu iti mai da aceste erori trebuie sa teu duci unde ai dat new Text: Time si pui asa:

new Text: Time, Text: Date.

Daca nu iti merge imi poti lasa un mesaj.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.