WANTED level
#1

how can i make if i shoot a cop to get 2 WANTED levels?
Reply
#2

pawn Код:
public OnPlayerGiveDamage( playerid, damagedid, Float: amount, weaponid )
{
    if( IsCop( damagedid ) SetPlayerWantedLevel( playerid, 2 );
    return 1;
}
IsCop is optional, replace it with your variable/function.
Reply
#3

ty +rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)