Guest User

Befehl

a guest
Aug 18th, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.25 KB | None | 0 0
  1. ocmd:ls(playerid,params[])
  2. {
  3.     new string[128];
  4.     SetPlayerPos(playerid,1476.5364,-1744.7291,13.5469);
  5.     format(string,sizeof(string),"%s hat sich nach Los Santos geportet.[ /ls ]",SpielerName(playerid));
  6.     SendClientMessageToAll(ORANGE,string);
  7.     return 1;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment