Gangchat Problem
#3

pawn Код:
//=========================[TeamChatLog]========================================
stock TeamChatLog(string[]){
    new entry[256];
    format(entry, sizeof(entry), "%s\n",string);
    new File:hFile;
    hFile = fopen("teamchat.txt", io_append);
    fwrite(hFile, entry);
    fclose(hFile);
}
There.
Reply


Messages In This Thread
Gangchat Problem - by Studio - 11.12.2009, 09:38
Re: Gangchat Problem - by [GTA] - 11.12.2009, 09:40
Re: Gangchat Problem - by Studio - 11.12.2009, 09:41
Re: Gangchat Problem - by Studio - 11.12.2009, 10:56
Re: Gangchat Problem - by Abernethy - 11.12.2009, 11:09
Re: Gangchat Problem - by Zeex - 11.12.2009, 12:43

Forum Jump:


Users browsing this thread: 1 Guest(s)