08.05.2009, 23:22
Hello everybody, I need this if:
if(IsPlayerName(playerid, name);{ }
And it should work like this:
Thank you 
if(IsPlayerName(playerid, name);{ }
And it should work like this:
Код:
public OnPlayerConnect(playerid)
{
new: name
name = [MFC]Sylar || [SWAT]fazox
if(IsPlayerName(playerid, name) || !IsPlayerLoggedIn(playerid, true)) ;
{
=============> Here should be an /rcon login PASSWORD command <===========
}
}


