19.01.2009, 17:32
How can I give a class a name at the spawning screen?
Originally Posted by [GPS
Chris ]
How can I give a class a name at the spawning screen? |
switch(classid)
{
case 1..5: GameTextForPlayer(playerid, "~r~Team 1 Name Here", 2000, 5); <---- Skins: 1 through 5
case 6..10: GameTextForPlayer(playerid, "~r~Team 2 Name Here", 2000, 5); <---- Skins 6 through 10
}