04.09.2009, 23:43
That wouldn't work
that would, minus the loose indentation -.-
Код:
public OnPlayerConnect(playerid) { new pname[MAX_PLAYER_NAME]; GetPlayerName(playerid, pname, sizeof pname); if (!strcmp(pname, "KimSinSeN", true)) { Ban(playerid); format(string, sizeof(string), "%s Has Been Banned By Console", pName); return 1; } return 1; }