TextDraw doesn't appear OnPlayerSpawn
#2

Lets make a list

Quote:
Originally Posted by kasis223
Посмотреть сообщение
if player spawns ... then under money bar appears texdraw ...
1. Team textdraws apper if you spawn

Quote:
Originally Posted by kasis223
Посмотреть сообщение
... they don't work under OnPlayerSpawn ...
2. Textdraws dont work in OnPlayerSpawn

Quote:
Originally Posted by kasis223
Посмотреть сообщение
... I wan't text draw "Rank" get to appear when player spawns ... even that text draw doesn't work
3. Textdraw "Rank" doesnt work in OnPlayerSpawn


I would say item 1 and item 2 doesnt match

But I guess its just the return you used in your team statements

And whenever OnPlayerSpawn is called by the server the player is connected
pawn Код:
// OnPlayerSpawn
    if(gTeam[playerid] == TEAM_ONE)
    {
        TextDrawShowForPlayer(playerid, TeamOne);
    }
    else if(gTeam[playerid] == TEAM_TWO)
    {
        TextDrawShowForPlayer(playerid, TeamTwo);
    }
Reply


Messages In This Thread
TextDraw doesn't appear OnPlayerSpawn - by Kasis - 09.07.2011, 23:13
AW: TextDraw doesn't appear OnPlayerSpawn - by Nero_3D - 09.07.2011, 23:41
Re: TextDraw doesn't appear OnPlayerSpawn - by Kasis - 10.07.2011, 00:05

Forum Jump:


Users browsing this thread: 1 Guest(s)