#1

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;
}
Reply


Messages In This Thread
Neon - by Fred_Perry - 29.11.2010, 14:28
Re: Neon - by WillyP - 29.11.2010, 14:30
Re: Neon - by -8oHd4N- - 29.11.2010, 15:35
Re: Neon - by [WSF]ThA_Devil - 29.11.2010, 15:42

Forum Jump:


Users browsing this thread: 2 Guest(s)