Gates and txt file
#2

put this in a command or somewhere so it gets called:
pawn Код:
new String[256],File:handle;
handle = fopen("playername.txt",io_append);
fread(handle,String);
fclose(handle);
and then somewhere this:
pawn Код:
if(strcmp(PlayerName(playerid),String,false){
//open gate
}
and then u just modify it an u're done.
Reply


Messages In This Thread
Gates and txt file - by Frezz - 03.04.2010, 17:25
Re: Gates and txt file - by Gamer_Z - 03.04.2010, 17:32
Re: Gates and txt file - by Frezz - 03.04.2010, 18:16
Re: Gates and txt file - by Frezz - 03.04.2010, 19:13

Forum Jump:


Users browsing this thread: 1 Guest(s)