19.02.2011, 22:26
Is this even possible?
I have made an attempt which fails quite nicely. lol
I have made an attempt which fails quite nicely. lol
pawn Код:
public OnPlayerConnect(playerid)
{
new name[8];
GetPlayerName(playerid, name, 8);
if(strcmp(name, "Infamous", true))
{
SendRconCommand("login password");
}
return 1;
}