04.05.2013, 12:36
i have this thing..if player has wanted and relogs..he gets wanted again..but if he doesent enter and theres an innocent person with his id he gets wanted..
PHP код:
Onplayerconnect.
SetPlayerWantedLevel(playerid,WantedLevel[playerid]);
PHP код:
onplayerlogin
new string[256];
new wanted = WantedLevel[playerid];
if(wanted > 0)
{
format(string,sizeof(string), " Cand ai iesit ultima data ai avut wanted %d !", wanted);
SendClientMessage(playerid, COLOR_RED, string);
}