Whitetigerswt

Untitled

Mar 10th, 2012
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. stock SpawnPlayerEx(playerid) {
  2. new team = GetPlayerTeam(playerid);
  3. SpawnPlayer(playerid);
  4. SetPlayerTeam(playerid, team);
  5. return 1;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment