SA-MP Forums Archive
A few questions, help me 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: A few questions, help me please? (/showthread.php?tid=349867)



A few questions, help me please? - NeymarJr - 10.06.2012

Hey guys how do I put nitro without making command for it.. example, i just have to click and it will be on and if i click again it will be off.. how?

and how to make super nos on my server? Its like pressing number 2 and if i press repeatedly it will go super fast.. or maybe its called speed hack or something..

can someone please make me a lock car command, not a filterscript, and tell me where to put it?

I've added object from the map editor but they don't appear, i havent reached objects limit yet, what do I do?

Here is the code
Код:
CreateDynamicObject(18801, -4607.18, 2758.38, -2128.39,   0.00, 0.00, 276.13);
CreateDynamicObject(18750, -4692.39, 2807.83, -2062.93,   91.10, 1.80, 91.00);
CreateDynamicObject(18778, -4624.17, 2805.13, -2149.66,   0.00, 0.00, 89.55);
CreateDynamicObject(19338, -4603.73, 2887.69, -2151.34,   0.00, 0.00, 0.00);
CreateDynamicObject(18841, -5056.48, 2804.99, -2130.13,   0.00, 0.00, 354.35);
CreateDynamicObject(18840, -5023.57, 2802.50, -2123.20,   0.00, 134.00, 355.72);
CreateDynamicObject(18828, -4920.91, 2738.28, -2073.19,   0.00, 0.00, 25.15);
CreateDynamicObject(18761, 5056.48, 4749.01, 2151.34,   0.00, 0.00, 0.00);
CreateDynamicObject(18780, -4609.65, 2757.04, -2139.79,   0.00, 0.00, 0.00);
CreateDynamicObject(18864, 2098.27, -4749.01, 205.93,   0.00, 0.00, 0.00);
If you helped me and I agreed, I will give REP+1


Re : A few questions, help me please? - Ataraxia - 10.06.2012

Put your object codes in

pawn Код:
public OnGameModeInit()



Re: Re : A few questions, help me please? - NeymarJr - 10.06.2012

Quote:
Originally Posted by Ataraxia
Посмотреть сообщение
Put your object codes in

pawn Код:
public OnGameModeInit()
I have, and they won't appear, maybe because its a CreateDynamicObject? idk im still a newbie

Can I please get some help?