Search Results
https://stackoverflow.com/questions/...-integers-in-c
196
7,087
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...
125
Quote:
Originally Posted by skiplovebra
I can not access ?
Use a search engine.
437
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 ...
309
Do you have the required directory (Gangs/Players/) inside scriptfiles folder?
309
The command is duplicated. Remove one of them.
115
https://sampforum.blast.hk/showthread.php?tid=523806
196
Do you have OnPlayerCommandReceive callback?
196
1) Which version of s0b are you using?
2) Which SA-MP client version are you using?
740
PHP код:
forward SetPlayerSpawn(playerid);
But the declaration above public SetPlayerSpawn
102
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 ...
450
"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...
450
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...
359
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...
156
https://sampforum.blast.hk/showthread.php?tid=646495
239
Quote:
Originally Posted by RogueDrifter
Wait why are you even using TogglePlayerSpectating?
Otherwise (building) textures would not appear properly.
294
Put the code above after you display the login dialog.
294