SA-MP Forums Archive
Neon - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Neon (/showthread.php?tid=194459)



Neon - Fred_Perry - 29.11.2010

Here is a small command to create a neon

Код:
     
if(strcmp("/neon", cmdtext, true, 10) == 0)
{
new neon = CreateObject(18648,0,0,0,0,0,0,100.0);
new neon1 = CreateObject(18648,0,0,0,0,0,0,100.0);
AttachObjectToVehicle(neon, GetPlayerVehicleID(playerid), -0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
AttachObjectToVehicle(neon1, GetPlayerVehicleID(playerid), 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
SendClientMessage(playerid, COLOR_WHITE, "neon installed");
return 1;
}



Re: Neon - WillyP - 29.11.2010

Nice I guess..


Re: Neon - -8oHd4N- - 29.11.2010

Screen or Videos? Thanks


Re: Neon - [WSF]ThA_Devil - 29.11.2010

nice! but.... wrong selection i think..... (maybe not) 6/10.... you should add more 2 neons... in front and at back