17.01.2012, 12:07
Quote:
I repeat again, not need to write all your gamemode just enter the main stuff of your problem !
now I should search from all your 10000 line where is the line number 3518 |
Код:
if(strcmp(cmdtext, "/afklist", true) == 0) { SendClientMessage(playerid, COLOR_RED, "Afk/brb players:"); new i=0; i<MAX_SLOTS; i++; { (that's the 3518 line) if(afkbrb == 1) { new string[48]; format(string, sizeof(string), "Player: %s, ID: %d", playername[i], i); SendClientMessage(playerid, COLOR_LIGHTBLUE, string); } } return 1;