02.09.2010, 15:03
(
Последний раз редактировалось rbN.; 02.09.2010 в 15:31.
)
How could you do that something writes you in a file, and then it gets the file and if your name is in that file, it gives you a message..
Example:
I enter a checkpoint.. Now it writes in a file that I was in the checkpoint, and the next time I enter that checkpoint, it doesn't write me and give a message..
/edit:
This crashes me:
The dini_Create(file) = crash 2 server :P
Example:
I enter a checkpoint.. Now it writes in a file that I was in the checkpoint, and the next time I enter that checkpoint, it doesn't write me and give a message..
/edit:
This crashes me:
pawn Код:
new file[256];
format(file,sizeof(file),"rStuntCheck/%d.sav",stuntid);
if(!dini_Exists(file))
{
dini_Create(file);
print("CREATED");
}