Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (strcmp("/ls", cmdtext, true, 10) == 0)
- {
- new playername[MAX_PLAYER_NAME], string[90];
- SetPlayerPos(playerid, 2493.0647, -1667.7250, 13.3438);
- GetPlayerName(playerid, playername, sizeof(playername));
- format(string, sizeof(string), "%s has been teleported to LosSantos.", playername);
- SendClientMessageToAll(0xAA3333AA, string);
- return 1;
Advertisement
Add Comment
Please, Sign In to add comment