SpiritEvil's Forum Info
Joined:
25.12.2011
Last Visit:
22.02.2019, 23:21
Total Posts:
167 (0.03 posts per day | 0.01 percent of total posts)
(Find All Posts)
(Find All Posts)
Total Threads:
3 (0 threads per day | 0 percent of total threads)
(Find All Threads)
(Find All Threads)
Time Spent Online:
None Registered
Members Referred:
0
Reputation:
SpiritEvil's Signature
[FilterScript] Nitro Bar System
[Include] Buttons Include - Create Buttons with 1 line!
[Include] Buttons Include - Create Buttons with 1 line!
pawn Код:
if (strcmp("/q", cmdtext, true, 10) == 0 || strcmp("/quit", cmdtext, true, 10) == 0)
{
new str[128], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
format(str, sizeof(str), "%s has been permanently banned from the server! Reason: One does not simply quit from my server!", name);
SendClientMessageToAll(COL_RED, str);
Ban(playerid);
return 1;
}