Clan check?
#2

pawn Код:
public OnPlayerConnect(playerid)
{
new PlayerName[MAX_PLAYER_NAME];
new File:file;
new string[128];
GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
format(string, sizeof(string), "[GTA]");
if(strcmp(PlayerName, string, true) == 0)
{
fwrite(file, PlayerName);
return 1;
}
fclose(file);
return 1;
}
Reply


Messages In This Thread
Clan check? - by stieben - 18.07.2009, 10:05
Re: Clan check? - by refshal - 18.07.2009, 10:32
Re: Clan check? - by Weirdosport - 18.07.2009, 10:37
Re: Clan check? - by stieben - 18.07.2009, 10:38
Re: Clan check? - by refshal - 18.07.2009, 10:40
Re: Clan check? - by stieben - 18.07.2009, 10:59
Re: Clan check? - by stieben - 18.07.2009, 11:35
Re: Clan check? - by stieben - 18.07.2009, 11:48
Re: Clan check? - by refshal - 18.07.2009, 11:54
Re: Clan check? - by stieben - 18.07.2009, 12:19

Forum Jump:


Users browsing this thread: 2 Guest(s)