12.08.2011, 06:12
(
Последний раз редактировалось JaTochNietDan; 12.08.2011 в 06:20.
Причина: Use the edit button.
)
You add it under OnPlayerConnect ?
And as the administrator, first the player needs to be checked if he is an administrator.
I'm not sure this'll work though.
And as the administrator, first the player needs to be checked if he is an administrator.
pawn Код:
public OnPlayerConnect( playerid )
{
GameTextForPlayer(playerid, "~w~you are logged in our server", 4000, 3);
else if(!IsPlayerAdmin(playerid))
GameTextForPlayer(playerid, " ~n~~w~You are logged in our server~n~~b~as ADMINISTRATOR", 4000, 3);
return 1;
}