OnPlayerRequestClass
#1

So I have 3 skins to chose onplayerrequestclass
How to add for every skin his own text, and how to add colour for example if i chose first skin, then i got red colour or if i chose 2nd skin then i got blue colour...?
Reply
#2

pawn Код:
switch(classid)
{
case 0: // classid 0
{
Texthere
}
}
OR

pawn Код:
if(classid == 0)
{
Texthere
}
Replace 'texthere' with GameTextForPlayer(...
You know what i mean
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)