21.02.2010, 18:26
Hey, i wan't to delete the dialogue box : "<<" ">>" "SPAWN" when player joins to my server, because there is a bug. is it possible to remove it?
public OnPlayerRequestClass(playerid, classid)
{
TogglePlayerSpectating(playerid, 1);
return 1;
}
public OnPlayerSpawn(playerid)
{
TogglePlayerSpectating(playerid, 0);
return 1;
}
public OnPlayerConnect(playerid)
{
TogglePlayerSpectating(playerid, 1);
return 1;
}
public OnPlayerLogin(playerid,password[])
{
TogglePlayerSpectating(playerid, 0);
return 1;
}

|
Originally Posted by [GM
LeGenDy ]
what he is trying to get rid off its the skin choser on player connect that skin chose has nothing to do with the login dialog at all so yeah i belive the way i showed it will work ![]() and if im wrong wich i think im not dont flame ![]() |
