Wanted LeveL?
#3

ZCMD
pawn Код:
CMD:somecmd( playerid, params[ ] )
{
    if( GetPlayerWantedLevel( playerid ) < 2 ) return SendClientMessage( playerid, -1, "You need 2 wanted level in order to use this command!" );
    // rest of code
    return 1;
}
Reply


Messages In This Thread
Wanted LeveL? - by Lynet - 10.09.2013, 18:59
Re: Wanted LeveL? - by knackworst - 10.09.2013, 19:03
Re: Wanted LeveL? - by Konstantinos - 10.09.2013, 19:04
Respuesta: Wanted LeveL? - by Lynet - 10.09.2013, 19:09
Re: Wanted LeveL? - by PrinceKumar - 10.09.2013, 19:10
Re: Wanted LeveL? - by knackworst - 10.09.2013, 19:11
Re: Wanted LeveL? - by Lynet - 10.09.2013, 19:23
Re: Wanted LeveL? - by Konstantinos - 10.09.2013, 19:26

Forum Jump:


Users browsing this thread: 1 Guest(s)