Search Results
Quote: Originally Posted by BornHuman I use Player[playerid][Authenticated] as my login verifier. Then when the gamemode shuts down I save players data with a foreach loop. The best way I'...
232
Quote: Originally Posted by itsCody i personally set a var to true on login then do something like this on disconnect PHP код: if(var[playerid])  {      save_shit(playerid);Â...
232
I was wondering if a foreach statement would efficiently work on saving player stats by ID using threaded queries. Like for example, there are 20 players online and once an admin uses rcon command to ...
232
Is there a way to call a single threaded query separately? If so, how? I tried to look for answers but to no avail. Another thing is, I saw this post somewhere. Quote: Originally Posted by ...
79
Quote: Originally Posted by KevinExec Show me your hosting provider (link to their website), tell me the domain provider and what cpanel you use. I'm using iFastNet hosting and cPanel.
200
Quote: Originally Posted by KevinExec Buddy, when adding A record, only put the IP, not the port. Then in the SAMP client program, add server.yourdomain.com:yourport and you're done. I'...
200
How do other servers use their domain while having a different port (not 7777)? I've tried to add an A Record onto my hosting but it only accepts the default. I've seen other servers that has somethin...
200
SA-MP: 198.23.193.198:7800 Website: www.gtaslrp.com Forums: www.forums.gtaslrp.com ********: www.********.com/gtaslrp Simple Life Roleplay is a newly opened community that offers a dynamic quality ...
196,577
San Andreas Multiplayer: 198.23.193.198:7800 Website: www.gtaslrp.com Forums: www.forums.gtaslrp.com Facebook: www.facebook.com/gtaslrp _________________________________________Our Background Simp...
253
Quote: Originally Posted by Azhar Try this: https://sampforum.blast.hk/showthread.php?tid=605105 I don't see how that would help me.
96
I've tried to find topics regarding the actors issue that I have but to no avail. I'm wondering if you guys experience this too, but there are times that the actor disappears and doesn't stream back i...
96
Quote: Originally Posted by xPhantom This is because of the streamer not being able to stream all objects at the same time. Are you using CreateObject (Regular SA:MP Streamer) or CreateDyn...
100
I created an interior using the texture studio of Potus when I noticed that some of the objects disappear (images below) from a certain distance. Does anyone know how to fix this? Thanks. Edit: Fixed...
100
Quote: Originally Posted by Vince Yes it does. Internally. Foreach basically stores the id of the next connected player and if all players are connected then all these slots are filled. Re...
233
So what's the oldest San Andreas Multiplayer role-play server that still exists? I would say San Andreas Roleplay (SARP) since 2007.
168
Quote: Originally Posted by saffierr Thanks for the idea, it has been fixed. No problem. Could you at least tell me what the problem was? Thanks.
185
Quote: Originally Posted by saffierr Which password do you mean?? I can't even register on my server Your mysql password. If you're using the same password from the time you got your ho...
185
Quote: Originally Posted by yugecin Foreach only loops over the connected players, it doesn't use MAX_PLAYERS so on those loop you won't save anything. Normal for loops will obviously loop...
233
Quote: Originally Posted by saffierr I see, thank you for the info as I haven't paid attention to that. I changed everything based on the host yet I can't connect to it. The Mysql_log.txt ...
185