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