Wanted level 6, you cant /kill
#2

pawn Код:
#define MAX_KILL_WANTEDLEVEL ( 6 ) // Your choice

// OnPlayerCommandText
if (strcmp("/kill", cmdtext, true, 10) == 0) {
        if ( GetPlayerWantedLevel( playerid ) >= MAX_KILL_WANTEDLEVEL )
            return SendClientMessage( playerid, -1, "you are a wanted, cannot use it" );

        SetPlayerHealth(playerid, 0);
        return 1;
}
Hope it helps
Reply


Messages In This Thread
Wanted level 6, you cant /kill - by phil_lendon - 28.07.2011, 10:01
Re: Wanted level 6, you cant /kill - by Basicz - 28.07.2011, 10:03
Re: Wanted level 6, you cant /kill - by phil_lendon - 28.07.2011, 10:17

Forum Jump:


Users browsing this thread: 2 Guest(s)