- 0
Ma puteti ajuta ??
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
MaFia_Eugen
Deci am facut acest FS [pawn]#include <a_samp>
#if defined FILTERSCRIPT
public OnFilterScriptInit()
{
new TunInfernus = CreateObject(1171, 0.04, 2.60, -0.33, 0.00, 0.00, 0.00);
new TunInfernus2 = CreateObject(1192, -0.05, -2.69, -0.31, 0.00, 0.00, 0.00);
new TunInfernus3 = CreateObject(1142, -0.02, 2.01, 0.11, -7.00, 0.00, 0.00);
new TunInfernus4 = CreateObject(1135, -0.31, -1.61, -0.50, 0.00, 0.00, 0.00);
new TunInfernus5 = CreateObject(1111, -0.01, 2.65, -0.06, 0.00, 0.00, 0.00);
new TunInfernus6 = CreateObject(1013, 0.00, 2.55, -0.09, 68.00, 0.00, 0.00);
new TunInfernus7 = CreateObject(1004, 0.01, 2.02, 0.08, 0.00, 0.00, 0.00);
new TunInfernus8 = CreateObject(18646, -0.51, 0.21, 0.71, 0.00, 0.00, 0.00);
new TunInfernus9 = CreateObject(2985, 0.72, 1.51, -0.56, 0.00, 0.00, 91.14);
new TunInfernus10 = CreateObject(2985, -0.74, 1.39, -0.56, 0.00, 0.00, 91.14);
new infernus = AddStaticVehiclesEX(411, 0.0000, 0.0000, 0.0000, 0.0000, -1, -1, 100);
AttachObjectToVehicle (TunInfernus, infernus 0.0379, 2.6025, -0.3303, 0.0000, 0.0000, 0.0000)
AttachObjectToVehicle (TunInfernus2, infernus -0.0723, -2.7041, -0.3146, 0.0000, 0.0000, 0.0000)
AttachObjectToVehicle (TunInfernus3, infernus -0.0191, 2.0144, 0.1056, -7.0000, 0.0000, 0.0000)
AttachObjectToVehicle (TunInfernus4, infernus -0.3053, -1.6082, -0.5038, 0.0000, 0.0000, 0.0000)
AttachObjectToVehicle (TunInfernus5, infernus -0.0128, 2.6529, -0.0604, 0.0000, 0.0000, 0.0000)
AttachObjectToVehicle (TunInfernus6, infernus 0.0033, 2.5503, -0.0850, 68.0000, 0.0000, 0.0000)
AttachObjectToVehicle (TunInfernus7, infernus 0.0099, 2.0230, 0.0833, 0.0000, 0.0000, 0.0000)
AttachObjectToVehicle (TunInfernus8, infernus -0.5061, 0.2074, 0.7062, 0.0000, 0.0000, 0.0000)
AttachObjectToVehicle (TunInfernus9, infernus 0.7222, 1.5138, -0.5562, 0.0000, 0.0000, 91.1400)
AttachObjectToVehicle (TunInfernus10, infernus -0.7352, 1.3948, -0.5562, 0.0000, 0.0000, 91.1400)
}
public OnFilterScriptExit()
{
return 1;
}
#endif[/pawn]Cum as putea sa fac pe o anume comanda sa respawnez masina la player(anume comanda insemnand de explu /smasina)
Bine inteles si sa fie mai multe masini daca se poate ;)
[pawn]#include <a_samp>
new Scripter;[/pawn]
4 answers to this question
Recommended Posts