Search Results
Search for it, search for saving and loading systems, ton of examples and tutorials.
456
You need to loop through all vehicles and check their distance and see if anyone's in em.
263
Objects stream based on distance, there's a good reason for that. You need to change the stream distance to a larger value.
213
You're accessing an array with an invalid index, show the line number and the line where the backtracke is showing you.
266
SAMP http requests are known to fail without a reason so does the http calls here always succeed without bugs?
1,535
You won't be able to write a gamemode in paint, you ****ing loser.
1,646
Quote: This code helps me to see the 3d family on the player. But it is inserted 3d can someone help me? What? Explain a bit more about your issue.
193
If you're using ZCMD: PHP код: public OnPlayerCommandPerformed(playerid, cmdtext[], success)  {      if (!success)      {         SendClientMessage(playerid, COLOR_RED,...
183
Exactly. What do you mean how? You can post in a separate thread to ask for scripts.
200
If you can not do anything else about it, you can still use a USB flash drive and install Linux on it. You'd have to know how to boot to it, that's it.
199
"The only time success comes before work is in the dictionary." - Harvey Specter
2,797
Quote: Originally Posted by ****** An urgent problem is one that is blocking a running server. How is a small issue while learning urgent? Please in future use a title that summarises you...
311
First, you need the list of available skins in a table. Then you will make another table to reference players and their skins (player: 1, skin: 1 (which means, player 1 owns the skin 1 (id in databas...
212
Looks like your database is not initialized. This should happen automatically when server starts or database schema is stored in a file in the source code.
550
Southclaw gave you all the info you'd need and this is more like a linux/ssh question, you can find tons of answers in ****** (search engine name there ).
382
Quote: Originally Posted by DeLTi When the player uses other styles of HUD (GTAV HUD), the health bar will be an obstacle. How to solve it? You can update the code and remove the health...
31,993
Quote: Originally Posted by Y_Less To be fair, this isn’t your mode, you made this as a stand-alone include. So it really should follow best-practices, even if you don’t personally wa...
1,450
Quote: Originally Posted by brauf serverHang Hangs/pauses your server for what ever reason you would want it to. param 1 = seconds param 2 = bool How it can be used: Код: If a server ...
37,851