Player spawn help
#1

Removed
Reply
#2

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
  switch(class)
  {
    case 0: { GameTextForPlayer(playerid, "Class 0", 2000, 1); }
    case 1: { GameTextForPlayer(playerid, "Class 1", 2000, 1); }
    default: { GameTextForPlayer(playerid, "Default", 2000, 1); }
  }
  return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)