[Ajuda] 2 favores !!!
#4

tente dessa forma o Neon!

instalando tunning....
PHP код:
if(strcmp(cmdtext"/neon"true) == 0)
{
SendClientMessage(playerid,COR,"Neon Instalado!"); 
SetPVarInt(playerid"neon1"CreateObject(18648,0,0,0,0,0,0,100.0));
SetPVarInt(playerid"neon2"CreateObject(18648,0,0,0,0,0,0,100.0));
AttachObjectToVehicle(neon1GetPlayerVehicleID(playerid), -0.80.0, -0.700.00.00.0);
AttachObjectToVehicle(neon2GetPlayerVehicleID(playerid), 0.80.0, -0.700.00.00.0);
return 
1;

Removendo Neon...
PHP код:
if(strcmp(cmdtext"/rneon"true) == 0)
{
SendClientMessage(playerid,COR,"Neon Removido!"); 
DestroyObject(neon1);
DestroyObject(neon2); 
return 
1;

Reply


Messages In This Thread
[Ajuda] 2 favores !!! - by ApolloRJ - 12.06.2011, 05:31
Re: [Ajuda] 2 favores !!! - by [BGL]jonas_OwNer - 12.06.2011, 05:39
Re: [Ajuda] 2 favores !!! - by ApolloRJ - 12.06.2011, 05:44
Re: [Ajuda] 2 favores !!! - by [BGL]jonas_OwNer - 12.06.2011, 05:49
Re: [Ajuda] 2 favores !!! - by ApolloRJ - 12.06.2011, 06:38
Re: [Ajuda] 2 favores !!! - by Shadoww5 - 12.06.2011, 11:43
Re: [Ajuda] 2 favores !!! - by The Knight - 12.06.2011, 12:06
Re: [Ajuda] 2 favores !!! - by Shadoww5 - 12.06.2011, 13:29
Re: [Ajuda] 2 favores !!! - by [S]trong - 12.06.2011, 14:33
Re: [Ajuda] 2 favores !!! - by ApolloRJ - 12.06.2011, 18:39

Forum Jump:


Users browsing this thread: 1 Guest(s)