[HELP] After spawn commands using Zcmd
#5

pawn Код:
public OnPlayerCommandReceived(playerid,cmdtext[])
{
    if(Spawned[playerid] == 0)
    {
        SendClientMessage(playerid, RED, "ERROR: You can use the commands after the spawn.");
        return 0;
    }
    return 1;
}
Reply


Messages In This Thread
[HELP] After spawn commands using Zcmd - by Yaszine - 25.08.2011, 16:14
Re: [HELP] After spawn commands using Zcmd - by =WoR=G4M3Ov3r - 25.08.2011, 16:19
Re : Re: [HELP] After spawn commands using Zcmd - by Yaszine - 25.08.2011, 16:27
Re: Re : Re: [HELP] After spawn commands using Zcmd - by =WoR=G4M3Ov3r - 25.08.2011, 16:29
Re: [HELP] After spawn commands using Zcmd - by =WoR=Varth - 27.08.2011, 03:01
Re: [HELP] After spawn commands using Zcmd - by Kingunit - 27.08.2011, 03:06
Re: [HELP] After spawn commands using Zcmd - by =WoR=Varth - 27.08.2011, 03:24

Forum Jump:


Users browsing this thread: 1 Guest(s)