Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. if(dialogid == DIALOGO_EQUIPO)
  2. {
  3. if(response)
  4. {
  5. if(listitem == 0)
  6. {
  7. gTeam[playerid] = 1;
  8. SpawnPlayer(playerid);
  9. SetPlayerSkin(playerid, 105+random(107));
  10. }
  11. if(listitem == 1)
  12. {
  13. gTeam[playerid] = 2;
  14. SpawnPlayer(playerid);
  15. SetPlayerSkin(playerid, 105+random(107));
  16. }
  17. if(listitem == 2) {
  18. gTeam[playerid] = 3;
  19. SpawnPlayer(playerid);
  20. SetPlayerSkin(playerid, 105+random(107));
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement