Jump to content

Ajutor erori


Pitbul97

Recommended Posts

Nu stiu cum sa fac nu pricep am incercat toate variantelee nu imi trece prin cap 

C:\Users\User\Desktop\x(26435) : error 003: declaration of a local variable must appear in a compound block
C:\Users\User\Desktop\x(26435) : warning 215: expression has no effect
C:\Users\User\Desktop\x(26435) : error 017: undefined symbol "d"
C:\Users\User\Desktop\x(26435) : error 017: undefined symbol "days"
C:\Users\User\Desktopx26435) : fatal error 107: too many error messages on one line

 

Aici e problema

Spoiler

new string[256],d=days,m=mounths,y=years,h=hours,mi=maenuts,s=seconds;
                gettime(h=hours,mi=maenuts,s=seconds);
                getdate(y=years,m=mounths,d=days);

 

Aici este comanda 

Quote

 

Link to comment
Share on other sites

Cum drq sa pui asa ceva

new string[256],d=days,m=mounths,y=years,h=hours,mi=maenuts,s=seconds;
gettime(h=hours,mi=maenuts,s=seconds);
getdate(y=years,m=mounths,d=days);

Pui

 

new string[256], d, m, y, h, mi, s;
gettime(h, mi, s);
getdate(y, m, d);

 

 

Edited by iSkull
Link to comment
Share on other sites

C:\Users\User\Desktop\x26435) : error 003: declaration of a local variable must appear in a compound block
C:\Users\User\Desktop\x26435) : warning 215: expression has no effect
C:\Users\User\Desktop\x(26435) : error 017: undefined symbol "d"
C:\Users\User\Desktop\xn(26435) : warning 215: expression has no effect
C:\Users\User\Desktop\x(26436) : error 017: undefined symbol "h"
C:\Users\User\Desktop\x(26437) : error 017: undefined symbol "y"
C:\Users\User\Desktop\x(26462) : error 017: undefined symbol "d"
C:\Users\User\Desktop\x(26468) : error 017: undefined symbol "COLOR_GENANNOUNCE"
C:\Users\User\Desktop\x26473) : warning 202: number of arguments does not match definition
C:\Users\User\Desktop\x(27745) : error 017: undefined symbol "GetFactionMembers"
C:\Users\User\Desktop\x(27746) : error 017: undefined symbol "fMaxMembers"
C:\Users\User\Desktop\x(27747) : error 017: undefined symbol "fMinLevel"
C:\Users\User\Desktop\x(27749) : error 017: undefined symbol "fMinLevel"
C:\Users\User\Desktop\x(27763) : error 017: undefined symbol "COLOR_DARKPINK"
Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase

Link to comment
Share on other sites

  • 4 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • 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.