12.05.2013, 01:35
Error /20 command
Код:
error 017: undefined symbol "GetPlayer2DZone" error 017: undefined symbol "Loc" error 029: invalid expression, assumed zero fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Код:
CMD:20(playerid,params[]) { GetPlayer2DZone(playerid,Loc,sizeof(Loc)); new string[64]; format(string,sizeof(string),"My 10-20 is %s [Location]", Loc); SendPlayerMessageToAll(playerid,string); return 1; }