Need help
#1

Hello I need help so say in class selection screen it's hot cj above the player it will say cj

can anyone tell me how to do this or where to learn to fo this

Thankyou
Reply
#2

Lets say CJ is classid 0
pawn Код:
OnPlayerRequestClass(playerid,classid)
{
   if(classid == 0)
   {
      GameTextForPlayer(playerid,"CJ",3000,4);
   }
}
Reply
#3

Ok so say cjs skin was now 29 I would do the same but change 0 to 29
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)