09.03.2009, 19:09
How do agree that when someone makes a crime shows the stars
Originally Posted by Zocerman
what for you now??
|
Originally Posted by X-Roto
Quote:
You can try using it OnPlayerDeath add that SetPlayerWanted(playerid , 0 ); (Not so good with wanted stuff) and add some stuff... GameTextForPlayer(playerid, "Wasted", 3500, 2); SetPlayerWanted(playerid , 0 ); Something from singleplayer and all people know it. |
new pLevel;
pLevel = GetPlayerWantedLevel(killerid);
if(pLevel != 6) SetPlayerWanted(killerid, pLevel+1);