Author Topic: How to put skin name?  (Read 8258 times)

0 Members and 1 Guest are viewing this topic.

Offline Fuzzy168

  • VC:MP Veteran
  • *****
  • Posts: 729
  • Programming since 2011
    • View Profile
Re: How to put skin name?
« Reply #15 on: August 03, 2011, 04:21:32 pm »
There is only 1 problem now.. After spawning, the name won't go off..
I'm beginning to feel like a Lag God, Lag God

yazeen

  • Guest
Re: How to put skin name?
« Reply #16 on: August 03, 2011, 06:33:08 pm »
Just do this

[pawn]OnPlayerSpawn(playerid)
{
GameTextForPlayerBottom( playerid, " " );
}
[/pawn]
That should do the trick