- 0
Problema scris quit with wanted
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
ScripterU
Am si eu o problema .. # Comanda e pusa la OnPLayerDisconnect
[table]
[table][tr][td]if(gTeam[playerid] == 2 && IsACop(playerid)){
new string[128];
new wanted = WantedLevel[playerid];
new sendername;
if(gTeam[playerid] == 2 && IsACop(playerid))
{
if(wanted > 0)
{
format(string,128, "* %s has quited the game having Wanted Level[%d] (Quit).",sendername,wanted);
SendRadioMessage(1, TEAM_BLUE_COLOR, string);
printf("%s", string);
}
}
}[/table]
[/table]1 answer to this question
Recommended Posts