Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public OnPlayerCommandText(playerid, cmdtext[])
- {
- //Prox
- if(strcmp("/teleporte1", cmdtext, true, 10) == 0)
- {
- SetPlayerInterior(playerid, 0);
- SetPlayerPos(playerid, -2423.2783,-609.5183,132.5589);
- SendClientMessage(playerid, -1, "Teleportado");
- return 1;
- }
- return 0;
Advertisement
Add Comment
Please, Sign In to add comment