Need help about Player Class with game text
#1

How can i make a class selection look like this one
Reply
#2

Like what? Broken link!
Reply
#3

Like putting game text on it.. and when you press the right button it will change to another class with different game text. and every class.. has 3 different skin.
Reply
#4

Use:

https://sampwiki.blast.hk/wiki/TextDrawCreate
and all that commands and use your own imagination to change it when you change class,
you could also use YSI Classes

It's a nice plugin wich can be found here
Reply
#5

I'd rather suggest a game text..
https://sampwiki.blast.hk/wiki/GameTextForPlayer

something like this:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
  switch(classid)
  {
    case 0: GameTextForPlayer(playerid, "~b~Cop", 3000, 3);
    case 1: GameTextForPlayer(playerid, "~r~Medic", 3000, 3);
  }
  return 1;
}
Reply
#6

what's classid ?
Reply
#7

anyone?
Reply
#8

skinid=classid
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)