31.10.2012, 14:29
just forgot about it
found the error
change the code to
found the error
change the code to
pawn Код:
CMD:joinevent(playerid, params[])
{
if(Events == 0) return SendClientMessage(playerid, -1, "An Event has not Started.");
SetPlayerPos(playerid,Float:Event[0],Float:Event[1],Float:Event[2]);
return 1;
}

