[Ajuda] Texto no Carro.
#7

pawn Код:
command(textcar, playerid, params []);
{

new txt[28];
new TextoCarro[130];

if(IsPlayerInAnyVehicle(playerid)) SendClientMessage(playerid, -1, "[ x ] Vocк nгo estб em um veнculo.");
if(sscanf(params, "s[130]", texto)) return SendClientMessage(playerid,-1,"[ x ] Uso correto: /textcar [Texto]");
if(strlen(texto) > 20) return SendClientMessage(playerid, -1, "[ x ] Digite no mбximo 15 caracteres");
format( txt, sizeof (txt), "[ > ] Vocк alterou o nome do seu veiculo para: {FFFFFF}%s",texto);
SendClientMessage(playerid, -1, txt);
TextoCarro = Create3DTextLabel(texto,-1,0.0,0.0,0.0,30.0,0);
Attach3DTextLabelToVehicle(TextoCarro,c,0.0,0.0,0.2)
return 1;
}
Reply


Messages In This Thread
Texto no Carro. - by Ts3 - 22.07.2014, 20:46
Re: Texto no Carro. - by driftpower - 22.07.2014, 20:49
Re: Texto no Carro. - by Ts3 - 22.07.2014, 21:08
Re: Texto no Carro. - by Ley - 22.07.2014, 21:10
Re: Texto no Carro. - by Ts3 - 22.07.2014, 21:45
Re: Texto no Carro. - by Ts3 - 23.07.2014, 13:55
Re: Texto no Carro. - by MultiKill - 23.07.2014, 14:50
Re: Texto no Carro. - by ViniBorn - 23.07.2014, 17:14
Re: Texto no Carro. - by Ts3 - 23.07.2014, 17:39

Forum Jump:


Users browsing this thread: 1 Guest(s)