19.04.2009, 10:54
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.
Thnx
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);