[Ajuda] Comandos - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Comandos (
/showthread.php?tid=505105)
Comandos -
Devasting - 06.04.2014
como vou fazer pra quando o player usar esse comando
pawn Код:
if(strcmp(cmd, "/VSH", true) == 0) {CallRemoteFunction("API_Teleporte","iffffsii",playerid,2043.5845,1884.5820,11.9241,5.2172,"o VISAGE HOTEL ( /VSH )",0,0);return 1;}
aparecer as cores da mensagem tipo esse
pawn Код:
new pname[MAX_PLAYER_NAME];GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
format(string, sizeof(string), "{FF4500}%s{09D19B} foi para o Drop.{EE82EE} ( /Drop )", pname);
SendClientMessageToAll(COLOUR_TELEPORTE, string);
Re: Comandos -
Devasting - 06.04.2014
alguem ajuda?
Re: Comandos -
Stroon - 07.04.2014
pawn Код:
CMD:vsh(playerid, params[])
{
SetVehiclePos(GetPlayerVehicleID(playerid),2043.5845,1884.5820,11.9241);
SetVehicleZAngle(GetPlayerVehicleID(playerid),5.2172);
SetPlayerPos(playerid,2043.5845,1884.5820,11.9241);
SetPlayerFacingAngle(playerid,5.2172);
new str[128];
new pname[MAX_PLAYER_NAME];
GetPlayerName(playerid,pname,128);
format(str, sizeof(str), "{FF4500}%s {09D19B}foi para VSH venha tambйm {EE82EE}( /VSH )", pname);
SendClientMessageToAll(-1, str);
return 1;
}
Re: Comandos -
Diogo123 - 07.04.2014
Posta a public API_Teleporte que se eu nгo me engano fica no GM msm do bloody vegas ^^
Re: Comandos -
caption - 07.04.2014
Cara, Voce Copiou Esse Codigo No Bloody Vegas
?
pawn Код:
{FF4500}%s{09D19B} foi para o Drop.{EE82EE} ( /Drop )
Plagio Detect.