15.03.2012, 13:28
Nгo й FS, й uma include.
pawn Код:
if(!LogExistir("Cops.log")) return CriarLog("Cops.log");
new string[200], Nome[MAX_PLAYER_NAME];
GetPlayerName(playerid, Nome, MAX_PLAYER_NAME);
format(string, sizeof(string), "O Cop %s abriu o portгo da DP!", Nome);
EscreverLog("Cops.log", string);