SA-MP Forums Archive
I Need Help Please. - 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)
+--- Thread: I Need Help Please. (/showthread.php?tid=367048)



I Need Help Please. - Bug. - 08.08.2012

I need someone to download that gamemode.
and tell me where I need to add objects and cars
and where I place the codes for the objects that I removedbuildingforplayer.

Код:
RemoveBuildingForPlayer(playerid, 1297, 1361.2734, -1430.7734, 15.8906, 0.25);
CreateDynamicObject(8415, 1378.16, -1451.89, 196818.00,   0.00, 0.00, -97.98);
CreateDynamicObject(8437, 1375.99, -1432.56, 18.65,   0.00, 0.00, 87.72);
CreateVehicle(407, 1375.9331, -1473.7947, 13.7328, 74.6341, -1, -1, 100);
CreateVehicle(407, 1376.9119, -1470.4858, 13.7328, 74.6341, -1, -1, 100);
[ Download ]
[ www.solidfiles.com ]



Re: I Need Help Please. - Bug. - 08.08.2012

Please i need Help


Re: I Need Help Please. - Ben_Gale - 08.08.2012

Go in ur script ctfl + f and search OnPlayerConnect - Under that put you removebuilding code

Next go ctrl +f and search for LoadObjects then under that put all ur Objects

Next ctrl+f and search for LoadStaticVehicles then put ur veh code under that

save compile


Re: I Need Help Please. - SA-MPDrifter - 08.08.2012

Place the RemoveBuilding under the OnPlayerConnect, and the others are to be placed under the OnGameModeInit.


Re: I Need Help Please. - Bug. - 08.08.2012

Thanks For all.