Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(strcmp(cmdtext, "/teleporte", true) ==0)
- {
- new Player[MAX_PLAYER_NAME], string[128];
- GetPlayerName(playerid, Player, MAX_PLAYER_NAME);
- format(string, sizeof(string), "%s foi pro teleporte", Player);
- SendClientMessageToAll(-1, string);
- SetPlayerPos(playerid, x, y, z);
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment