Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. new pname[MAX_PLAYER_NAME];
  2. GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
  3. format(string, sizeof(string), "%s foi para Pulo( /pulo )", pname);
  4. SendClientMessageToAll(COLOR_YELLOW, string);