SA-MP Forums Archive
Never disapear - 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: Never disapear (/showthread.php?tid=74006)



Never disapear - Robbin237 - 19.04.2009

Is there a easier to NEVER make the car disappear and NEVER let weapon ammo drain. (Without a timer)

I've thought of like 65535, but it STILL drains and disappears.

pawn Код:
SpawnedVeh = CreateVehicle(VehicleToSpawn, x + 3 * floatsin(-Angle, degrees), y + 3 * floatcos(-Angle, degrees), z, Angle, 0, 0, 9999999999999999999999999);
pawn Код:
GivePlayerWeapon(Player, strval(params), 99999999999);
Thnx


Re: Never disapear - Rks25 - 19.04.2009

If you are notusing SpawnedVeh for other causes, use AddStaticVehicle.


Re: Never disapear - Robbin237 - 19.04.2009

But im looking for a solution to all the 99999 , i really need the createvehicle


Re: Never disapear - Rks25 - 19.04.2009

Than i really don't know about that, what is the max respawn delay?