error /20 command
#1

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;
}
Reply


Messages In This Thread
error /20 command - by DerickClark - 12.05.2013, 01:35
Re: error /20 command - by Hoborific - 12.05.2013, 01:37
Re: error /20 command - by feartonyb - 12.05.2013, 01:45
Re: error /20 command - by DerickClark - 12.05.2013, 01:50

Forum Jump:


Users browsing this thread: 1 Guest(s)