16.07.2010, 08:30
Ugh
i don't know how to make it where your close to admin but i can do it where if you have the weapon you are wanted
i don't know how to make it where your close to admin but i can do it where if you have the weapon you are wanted
pawn Код:
OnGameModeInit()
{
if(GetPlayerWeapon(playerid) == your weapon id's here)
{
SetPlayerWantedLevel(playerid, 1);
}
return 1;
}