Search Results
this will get you on the right track PHP код: //Top of script new cityhallpropertyoffice; cityhallpropertyoffice = CreatePickup(1239, 2, 362.8641, 155.2817, 1024.7963, -1); #define ...
110
Haha why do you have a dialog code in your pickups callback?
110
paste the code for IsPlayerNearObject(playerid);
77
Something like this? Quote: Ammobox2[playerid]=1; SetPlayerAmmo(playerid,GetPlayerWeapon(playerid),G etPlayerAmmo(playerid)+100); SendClientMessage(playerid, Green, "You have received 100...
130
uh i don't see anything that sets the "Owner" column in that code. I'm making the assumption that ProprioCar[24]; is the variable your using for the players name based on the fact that its array size ...
93
Quote: Originally Posted by whatthefuck123 what is the point of this? what have u actually fixed in this update? Updated the memory addresses for the new sa-mp server 0.3x r2 Quote: ...
2,548
Quote: Originally Posted by [D]ry[D]esert May you please upload the plugin in other sites ? sendspace is blocked in my country. Mediafire, 4shared will be fine, Thanks in advance. Check...
2,548
Quote: /audiomsg But its a client side command and you cannot disable the message from server side.
174
oh the string size Quote: format(Query, 64, "SELECT * FROM accounts WHERE Username='%s'", name);
158
This might help. Quote: #include <a_samp> #include <a_mysql> GetMoney(name[]) { mysql_connect("127.0.0.1", "root", "freshdatabase", ""); new Query[64]; format(Query, 256, ...
158
If all you have done is created object and vehicles then you need to find a race script here on the forums. You will probably need to edit the script tho so best of luck. If you want to study the pawn...
143
Possible SQL: Quote: SELECT * FROM _Table ORDER BY _Column ASC LIMIT 5; or SELECT * FROM _Table ORDER BY _Column DESC LIMIT 5; Then i guess you would set the text draw text from t...
62
That thread has over 100 pages and i did post links to the updates. I am currently working on getting a Linux version running but that's not a guarantee. The only working version is the windows .dll f...
2,548
Please take your time and explain your problem in more detail.
200
Maybe the red / white one you see is an edited version using SetObjectMaterial ? https://sampwiki.blast.hk/wiki/SetObjectMaterial
84
Please read the manuals at http://www.compuphase.com/pawn/pawn.htm you need to study how to script pawn.
130
I'm not sure what your issue is but to me it looks like you are wanting to remove the LOD object. If im not mistaken this tool https://sampforum.blast.hk/showthread.php?tid=282801 allows you to remove...
200