A big bug !
#6

public OnPlayerStateChange(playerid, newstate, oldstate)
{
new string[256];
new pveh = GetVehicleModel(GetPlayerVehicleID(playerid));
new vehicle = GetPlayerVehicleID(playerid);
if(Disguise[playerid] == 1)
{
for(new a = 0; a < MAX_PLAYERS; a++)
{
ShowPlayerNameTagForPlayer(a, playerid, 0);
}
}
else if(Disguise[playerid] != 1)
{
for(new a = 0; a < MAX_PLAYERS; a++)
{
ShowPlayerNameTagForPlayer(a, playerid, 1);
}
}
Reply


Messages In This Thread
A big bug ! - by bilmenozila - 31.05.2013, 18:17
Re: A big bug ! - by Red_Dragon. - 31.05.2013, 18:36
Re: A big bug ! - by Smokkr - 31.05.2013, 18:37
Re: A big bug ! - by RaZVaN ^ xD - 31.05.2013, 18:45
Re: A big bug ! - by bilmenozila - 01.06.2013, 08:42
Re: A big bug ! - by bilmenozila - 01.06.2013, 08:45
Re: A big bug ! - by rhds - 01.06.2013, 08:46

Forum Jump:


Users browsing this thread: 1 Guest(s)