Jump to content

Recommended Posts

Posted

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

 

Posted (edited)

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
Posted

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

Posted

Ai copiat din alt GM astea? Daca da sa fii sanatos, trebuie sa copiezi si  COLOR_GENANNOUNCE   fMinLevel   fMaxMembers GetFactionMembers

 

 

new d,y,h;

Posted

si nu pot sa fac nimic ca sa numai bage direct in factiune cand tastezi /invite vreau sa adaug /acceptinvite 

  • 4 weeks later...
Posted

No more replyes.

**********************************

Servicii Scripting de calitate:

*********************************

Future Project: ExpertGame

*********************************

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.