switch team help
#1

how do i make if player types /st, it will show the skin selection??
Reply
#2

pawn Код:
if(!strcmp(cmdtext, "/st", true))
{
      SetPlayerHealth(playerid, 0);
      ForceClassSelection(playerid);
      return 1;
}
Or simply press F4 and type /kill, and on your next death, it'll go for class selection.
Reply
#3

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)