Search Results
Quote: Originally Posted by vernz Another question, if I want to know what items I have, is there a better way than that: PHP Code: CMD:myitems(playerid, params[]) {     new que...
7,731
Quote: Originally Posted by kurta999 I think I'll rename this function to RemovePlayerFromServerQuery or something like this, and create another function (maybe..) to remove player from T...
49,883
Quote: Originally Posted by zPain Try this: Код: UPDATE houses INNER JOIN useraccounts ON houses.username = useraccounts.username SET userid = useraccounts.userid This is exactly ...
99
Hi A long time ago i made a mistake by handling house table by playername instead of userid. Its working, but i want the house table to be dealt with by userid instead. The problem is that there is ...
99
1: use the u specifier in sscanf. 2: check if player is online. 3: check if there is a free seat available. 4: you should probably check if players is nearby, coz now you can put a player inside the v...
207
Hi Tutorial section is a good place for help sometimes, even for me. But i would like to see them in categories there, like when you click on non english in this forum. Beginner, where simple native...
77
Hi bro, looks like you're treating mysql_tquery as non threaded. You should use mysql_query or put pass the threaded query to a callback.
95
Read kalcors response; http://forum.sa-mp.com/showthread.ph...78#post3441078
82
Quote: Originally Posted by SkyFlare make sure all your sprunk machines are accounted for, create a function to check if the player is in range of them, if he is not near them and losing 0...
250
64 seems very low. I have warnings printed if it goes below 120.
236
What is a good, decent and bad value of GetServerTickRate() ? Its on ~180 on the server which is running my script.
236
You are probably trying to run a 0.3.7 compiled script on an older version of samp server.
51
Why help him with map codes which is stolen by using mapstealer? He didnt even remove the website print from the code he pasted...
166
Really? You put it inside OnPlayerStateChange..
79
It looked good, but it dosent work for me. It just put me in spectate mode like im speccing nobody, im using simple code to toggle this: Код: CMD:flycam(playerid, params[]) { if(PVar[playerid...
894
Quote: Originally Posted by buburuzu19 I don't have ackslimit in server.cfg so by default it's set to 3000. How can you detect what is the cause or causes that you can get ackslimit warnin...
179
Quote: Originally Posted by Weponz I said the code, not the output. (Search for ackslimit in your script) Ackslimit is in server.cfg ... I reached ackslimit in an area with alot of obj...
179
Quote: Originally Posted by TwinkiDaBoss Read before you post. I know how to stop It, im asking why is this even happening. Its happening coz you are not stopping it.. Playerid 0 logs i...
260
My game freezes alot aswell, im using nvidia GTX 760 on Windows 10 pro. It used to work fine with XP and Windows 7, downgrade is not an option since its only samp that has this problem.
1,282