Chasecar
#5

First of all:
pawn Код:
forward AutoFix(playerid);
public AutoFix(playerid)
{
//code here....
return 1;
}
Secondly:
pawn Код:
if(!IsPlayerAdmin(playerid)) return 1;
Should be
pawn Код:
if(PInfo[playerid][Level] < 1) return SendClientMessage(playerid,-1,"*You must be admin level 1!");//If the player has a lower level than 1, of course replace it with your variables!
Reply


Messages In This Thread
Chasecar - by Kostas' - 15.10.2011, 15:22
Re: Chasecar - by Kostas' - 15.10.2011, 16:36
Re: Chasecar - by Wesley221 - 15.10.2011, 16:52
Re: Chasecar - by Kostas' - 15.10.2011, 16:59
Re: Chasecar - by [MWR]Blood - 15.10.2011, 17:35
Re: Chasecar - by Kostas' - 15.10.2011, 19:08
Re: Chasecar - by [MWR]Blood - 15.10.2011, 19:10
Re: Chasecar - by Kostas' - 15.10.2011, 19:18
Re: Chasecar - by Kostas' - 16.10.2011, 13:49

Forum Jump:


Users browsing this thread: 1 Guest(s)