where is wrong here??
#8

Quote:
Originally Posted by Script
Посмотреть сообщение
The problem is with your timer change it to this:

SetTimerEx("killzone", 1000, 0, "d", playerid);
Why SetTimerEx? SetTimer would work aswell.

Try:

pawn Код:
if(PlayerAdmin[playerid] == 1)
{
//Nothing as the player is an admin.
}
else
{
//Code Here.
}
Reply


Messages In This Thread
where is wrong here?? - by iJumbo - 08.07.2010, 12:22
Re: where is wrong here?? - by Jeffry - 08.07.2010, 12:24
Re: where is wrong here?? - by iJumbo - 08.07.2010, 12:28
Re: where is wrong here?? - by Jeffry - 08.07.2010, 12:29
Re: where is wrong here?? - by iJumbo - 08.07.2010, 12:36
Re: where is wrong here?? - by Script - 08.07.2010, 12:40
Re: where is wrong here?? - by iJumbo - 08.07.2010, 12:43
Re: where is wrong here?? - by Miikkel - 08.07.2010, 12:50
Re: where is wrong here?? - by iJumbo - 08.07.2010, 12:52
Re: where is wrong here?? - by Miikkel - 08.07.2010, 13:03

Forum Jump:


Users browsing this thread: 1 Guest(s)