15.07.2010, 03:49
-Bump
Also, when someone enters the safezone it does "has entered the safezone" and not "Vince has entered the safezone" :S
Thanks in advance, and thanks for all of that help!
Код:
C:\Users\vince\Desktop\Project Zombie\gamemodes\pzombie.pwn(316) : warning 202: number of arguments does not match definition
pawn Код:
else if(GetPVarInt(playerid, "classid",0) == 1)
{
SendClientMessage(playerid,COLOR_RED, "-Access Denied-");
return 1;
}
Also, when someone enters the safezone it does "has entered the safezone" and not "Vince has entered the safezone" :S
Thanks in advance, and thanks for all of that help!