Search Results
https://stackoverflow.com/questions/...-integers-in-c
130
Be aware that inserting string directly will make you vulnerable to SQL Injection. Instead of %s use %e (escape char). You have 3 format arguments but only 2 have been specified .You're inserting all...
78
Quote: Originally Posted by skiplovebra I can not access ? Use a search engine.
318
Quote: Originally Posted by HellixBG No, I haven't but I've created the directory and now the commands are invalid. If I use strcmp for these commands not zcmd is that problem? What do ...
219
Do you have the required directory (Gangs/Players/) inside scriptfiles folder?
219
The command is duplicated. Remove one of them.
76
https://sampforum.blast.hk/showthread.php?tid=523806
141
Do you have OnPlayerCommandReceive callback?
141
Why don't you private message him instead?
256
It's more of a personal choice.
68
1) Which version of s0b are you using? 2) Which SA-MP client version are you using?
534
PHP код: forward SetPlayerSpawn(playerid);  But the declaration above public SetPlayerSpawn
70
Quote: Originally Posted by MarkNelson Okay, but most of my players has suggested me to use Elites Host plus it's cheap too. So, do you recommend me to use Elites Host? Why do you even ...
291
"I use a free ultra-h server at the moment. In addition to that, use Dini2 as saving system and Y_INI V4.1 for saving vehicle system." So you're using both text file savings? That is insane. This sh...
291
The loop will create 40 textdraws for max players. You don't need a loop to create textdraws with different name. You could use the loop if you're hiding more textdraws (arrays) under a callback (OnPl...
233
No offence but 95% of your posts are just requests for game-ready systems. You don't even bother looking at the documentation (SA-MP documentation) for syntax. OT: Create an enum that has all inform...
100
https://sampforum.blast.hk/showthread.php?tid=646495
177
Quote: Originally Posted by RogueDrifter Wait why are you even using TogglePlayerSpectating? Otherwise (building) textures would not appear properly.
198
Put the code above after you display the login dialog.
198