Advertisement
Jay_

Example of avoiding class selection

Apr 18th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.22 KB | None | 0 0
  1. #include <a_samp>
  2.  
  3.  
  4. public OnGameModeInit()
  5. {
  6.     return 1;
  7. }
  8.  
  9. public OnPlayerRequestClass(playerid, classid)
  10. {
  11.     SetSpawnInfo(playerid, NO_TEAM, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  12.     SpawnPlayer(playerid);
  13.     return 1;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement