Search Results
https://dev.prineside.com/en/gtasa_s...24-kmb_atm1_2/
Object model ID 19324
Has collision Yes
Breaks on hit No
258
Not really helpful. I wouldn't recommend this to anyone, especially if they're just learning.
5,295
60 objects? Really?
You could use 0.3.dl to your advantage here.
654
Team IDs are 0-254 (0 is valid). 255 is NO_TEAM.
93
You're all forgetting that Y_Less wasn't in the beta team until very recently when Kalcor re added him.
Him (and Tommy) being banned won't impact anything. This outrage is stupid.
Quote:
...
8,241
"use direct links instead." is in your own quote so no, probably not.
511
That link is really shady and you won't see a lot of people clicking it.
511
Why don\'t you attach more of the money bag objects as they pick it up?
708
IIRC OnPlayerWeaponShot will not be called if you're shooting a dynamic object unless OnPlayerShootDynamicObject is called.
133
Why are you using cache_get_value_name?
Anyway, if you're on the latest version, this is how you cache_get_value_name:
pawn Code:
new dest[128];cache_get_value_name(0, "name", dest);printf("The val...
82
Dialog: does not have a dialogid argument.
pawn Code:
Dialog:WeaponMenu(playerid, response, listitem, inputtext[])
48
The coordinates are right there for you to use. GetObjectPos is returning its actual position, not the one in editing. You don't need to do that.
pawn Code:
Float:fX, Float:fY, Float:fZ, Float:fRot...
41
Well does SaveGarage save the price to the database? Show the function.
38
You don't need to use state change, OnPlayerEnterVehicle is fine.
Simply get their position and set it to current.
pawn Code:
new Float:PosX, Float:PosY; Float:PosZ;GetPlayerPos(playerid...
326
Are you sure that's a player object?
161
Why in the world are you running a query every time? Just iterate through DynamicDoors and et cetera.
95
https://sampforum.blast.hk/showthread.php?tid=643553
112
Well it doesn't look like you're saving any statistics. What does OnUpdate do?
Also: Why?
pawn Code:
while (x<500){ if (x!=(0xFFFF)) { CallRemoteFunction("OnPlayerDisconnect...
49