Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. if(strcmp(cmdtext,"/pulo",true)==0)//-----/pulo ----- Comando
  2. {
  3.  
  4. new pname[MAX_PLAYER_NAME];
  5. GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
  6. format(string, sizeof(string), "%s foi para Plataforma( /pf )", pname);
  7. SendClientMessageToAll(0x7DA4C3FF, string);
  8. SetPlayerPos(playerid,1544.0718,-1353.4320,329.4741);//Teleporte
  9.  
  10. return 1;//Não mecha
  11. }//Não mecha