Advertisement
Guest User

Helpp

a guest
Nov 24th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. if(!strcmp(cmdtext, "/pgin", true))
  2. {
  3. if(IsPlayerConnected(playerid))
  4. {
  5. if(GetPlayerState(playerid) == 1)
  6. {
  7. if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1 || PlayerInfo[playerid][pMember] == 2 || PlayerInfo[playerid][pLeader] == 2)
  8. {
  9. if(PlayerToPoint(1.0,playerid,1752.6030,-1593.5293,13.1630))
  10. {
  11. SetPlayerPos(playerid, 1753.2950,-1584.9971,12.9836);
  12. // GameTextForPlayer(playerid, "~w~",5000,1);
  13. SetPlayerInterior(playerid,0);
  14. PlayerInfo[playerid][pInt] = 0;
  15. }
  16. }
  17. }
  18. }
  19. return 1;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement