Search Results
Quote: Originally Posted by Kamper #another question Can I assign a value to a new attribute of player's object, eg player.test = 1, that when the player disconnect this object will be cle...
6,031
Quote: Originally Posted by katumas Not working with windows xp sp3 32bit. AND Link for the new thread: https://sampforum.blast.hk/showthread.php?tid=547469 NOT WORKING, it writes me i do...
9,655
Quote: Originally Posted by mk124 We just updated our presentation layout, please give your feedback on how you like it: http://forum.sa-mp.com/showpost.php?...77&postcount=1 All of...
31,646
Quote: Originally Posted by prineside I think that bad weather can't be properly filtered by scripts, so there must be someone who will filter weather manually. Since there are more than 2...
635
Quote: Originally Posted by DRIFT_HUNTER Just a quick question. Is it possible to use npm modules? Unfortunately it is not. Would be a nice feature but to implement nodejs would be a bi...
6,031
Do you know any scripting at all? Basically have an array of your points for the checkpoints, have a variable which tracks each players checkpoint id. When the player enters the command set their veh...
167
https://sampwiki.blast.hk/wiki/OnPlayerCommandText https://sampwiki.blast.hk/wiki/SetVehiclePos https://sampwiki.blast.hk/wiki/Function:SetPlayerCheckpoint https://sampwiki.blast.hk/wiki/OnPlayerEnter...
167
It looks that way as they use the MySQL plugin and having defines like that seem to point to that but I can't be sure as the filterscript has been depreciated and the source code removed due to securi...
183
Those functions are the ones that get called after the query is finished. mysql_tquery(mysql, query, "OnAccountCheck", "i", playerid); That function there is the threaded query function. You can se...
183
Threaded queries run on a separate thread in the background. Basically SA-MP server is a single threaded program by default, which means any functions you run have to wait in turn to get executed. Wha...
183
I've had Win10 for a few months and I've had various issues with the Nvidia drivers, some causing crashes and freezes in GTA:V which were fixed, then most recently in the past week I had issues with f...
202
The return statement is used to return a value back from a function, not necessarily 1 or 0. For instance PHP Code: function add( a, b ){     return a + b;}new result = add( 5, 6...
201
Suggestion... use a font color which is actually readable on a white background for your headings
721
Try more English. Like what does comenile mean? Need more information to be able to help you
205
Actually I think I know what it is. Are you still using the old samp.js filterscript? If so you need to remove it as its not needed anymore and will cause issues ( like events being called twice )
6,031
Quote: Originally Posted by BlackBank3 For some reason the print function is getting called two times in the latest version (v0.1.9.4). Maybe it could also be an issue in the event system?...
6,031
Quote: Originally Posted by Wizzard2H I'm thinking of installing it on a virtual machine to see how it goes lol I really hope win10 is better than win8(which basically was the worst OS eve...
207
Man, in Australia we can't even get to another state in less than 300km let alone another country.
771
Quote: Originally Posted by Sam15 I will try to do this..but can anyone help me for the dialog thing ? It's pretty much hard for me. You don't mention dialogs anywhere. What is your iss...
292