05.04.2013, 06:07
This way?
PS: I want to remove the independent action he had before
PS: I want to remove the independent action he had before
Quote:
public LWantedLevel ( ) { for ( new playerid = 0; playerid < MAX_PLAYERS; playerid ++ ) { if ( IsPlayerConnected ( playerid ) ) { if ( GetPlayerWantedLevel ( playerid ) > 1 && GetPlayerWantedLevel ( playerid ) < 6 ) { SetPlayerWantedLevel ( playerid , GetPlayerWantedLevel ( playerid ) - 1 ); { SetTimerEx("LWantedLevel", 10*6*5, true, "i", playerid); } } } } } |