Lifer

Untitled

Jul 22nd, 2011
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. public OnPlayerCommandText(playerid, cmdtext[])
  2. {
  3. //Prox
  4. if(strcmp("/teleporte1", cmdtext, true, 10) == 0)
  5. {
  6. SetPlayerInterior(playerid, 0);
  7. SetPlayerPos(playerid, -2423.2783,-609.5183,132.5589);
  8. SendClientMessage(playerid, -1, "Teleportado");
  9. return 1;
  10. }
  11. return 0;
Advertisement
Add Comment
Please, Sign In to add comment