30.04.2014, 21:11
Well how can i delete this
I get errors when i do
pawn Код:
format(string, sizeof(string), "Ban Reason: Attempting to ban a higher admin - Banned by: Autoban");
strmid(PlayerInfo[playerid][pBanReason], string, 0, strlen(string), 255);
BanEx(playerid, "Banned By: Autoban Reason: Attempting to ban a higher admin");
return 1;
}