Search Results
If you use a huge lump sum of objects, you'll simply end up crashing lower-end PCs, which is a HUGE part of the SA-MP community, therefore, I wouldn't recommend it. Look how the open source PUBG conc...
140
If you're trying to initialize the logging system, use the following: Код: mysql_log( MYSQL_LOG_TYPE ); If you're trying to actually start the database, then I have the following: Код: public ...
142
I'd recommend upgrading to MYSQL as it's more efficient and will provide a lot more 'clean' opportunities in the future. I know there's a few guides throughout the forums. (This also helps in the fut...
140
Are you attempting to launch a projectile and then track it's movement? Or what? You need to go more in depth about what your idea is for us to be able to help.
197
Am I the only person that gets kicked because my account does not exist? Lol.
11,700
Thank you Jlalt for the help via skype. Very much appreciated. <3 +rep'd
174
Quote: Originally Posted by jlalt show us server log kindly. I wish I was home to do so, but, I’m at work. I have the server log right at the top, but, that’s it. I can tell you t...
174
Willing to give my never-ending love to whomever can help.
174
I'm attempting to initiate a basic SQL connection on a brand new script, and 'nativechecker' is telling me that these functions aren't registered: [03:12:12] Error: Function not registered: 'mysql...
174
What kind of pickup are you attempting to do? Sometimes specific pickups HAVE to be on the ground. Such as a checkpoint sometimes bugs and it's portal reaches ground level but you can see it's informa...
77
Add this a line above "if(AdminDuty[playerid]==0)": new name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); Then replace "GetPlayerName(playerid));" where the error lines are to: nam...
95
Quote: Originally Posted by RomaNScripteR Well... I already fixed this. Still thanks for the help Daymen. Even if you fixed it, I'd recommend my code. It's a lot more efficient and easi...
173
I need to see what's happening in-game. Post some gyazos or something of the chatbox, or use chatlogs to show us. I need to see exactly what's happening and what is not working.
133
Whenever you press the Floppy Disk icon, it saves the object's information and then processes an UPDATE so everyone is able to see it's changes. That's why if you have an object editor, you can move ...
139
I coded an entirely more efficient command for you. It could be even more efficient as to how it grabs the weapon choice typed and deals with it, but, I figured I'd keep it simple so you can understan...
204
Can you provide screenshots or chat logs or something along the lines so I can see what you mean by "this balance isn't showing", etc.?
133
This should work. Note: I just reworked your "Message" function so I could see if it would spit any errors when compiling. Simply replace this with your message function or test it with it, I don't c...
115
What you can simply do is just create a function that kicks every player right before you shut down the server. This will force every player to endure the "OnPlayerDisconnect" code. Meaning, they wi...
177
This is created with explanations for each line for you to get an understanding. Like I stated above, I'm not sure what your "moneys" and "moneys2" is used for. I can integrate it into this existing...
173
I know of an easy way to do this, or so I have planned in my head. But, before I rewrite the script, can you please explain what "moneys" and "moneys1" is used for? Lol. I can't wrap my head around ...
173