Search Results
Hi there, I've got less of a scripting question and more of a workaround question. Basically, I've created a system where by civilians (non-police) are locked out of police cars using SetVehiclePara...
51
wiki.sa-mp.com All of sa-mps native functions and callbacks are in here, have a quick search and you should be able to find everything you need. Best place to help ya.
188
Hi all, I've been trying for a few days now, but I just can't seem to load vehicles from mySQL, having already created the database and added one car. The code would have to use threaded queries, wh...
67
You can write your own program containing these files, although it'd be hard for the program to search where the member has their files stored and update them accordingly, I think. It's certainly do-...
60
Not sure how to use sscanf, could you help me write it for the Vehicle System, like I posted above?
129
The issue is unfortunately still persisting.
129
I'm having a problem, where by my numberplate is not showing correctly, hoping you guys can help. The vPlate value in my database is: YME 161 (That's the plate, that should be shown) Here is the cod...
129
Hi there, Currently running my working server on severFFS (Ubuntu) with the following plugins: Encrypt.so mysql.so sscanf.so streamer.so The mysql.so plugin is the (apparently) cross compatible x86...
150
Hi, Wondering if anybody can help me.. I'd like to know how to manually unhash the SMF passwords. I know that you have to double something and that you have to change something into lowercase, but I...
69
Hi, Wondering if anybody can help me.. I'd like to know how to manually unhash the SMF passwords. I know that you have to double something and that you have to change something into lowercase, but I...
68
Search around, plenty of posts.
149
Set groveleader[MAX_PLAYER_NAME] at top of script and make a /givegroveleader command or something, setting groveleader[id] to 1? Or otherwise on register add another line to the registration file fo...
156
We can read, you don't need to put anything in caps. Uninstall SA-MP, uninstall SA, reinstall, what could go wrong?
99
erm.. you want them to be able to do /stuck but not when they're cuffed top of script: new cuffed[MAX_PLAYERS]; on cuffing the player: cuffed[playerid] = 1; top of stuck command: if(cuffed[playeri...
162
Haven't read through all code but sizeof str should be sizeof(str) you get any compile errors?
65