Search Results
Are you looking for scripting services? Contact me via PM or Discord: Cipher#7353 Scripting for cash, 100% TRUSTED Services includes; * Fixing/pinpointing bugs in the script. * Adding small featur...
199,716
Quote: Originally Posted by xbp13x I looked up the error and found some other posts saying it is either something that is over the limit (object/vehicle/pickup etc.) so you would need to u...
20,414
Code: Warning(s003d): Exception 0xC0000005 at 0x37F2980 ANy idea?
20,414
Does anyone know what does this crash address means? It is not listed in the original thread and every players in my server receives this crash error. Code: SA-MP 0.3.DL-R1 Exception At Address: 0x...
20,414
PHP Code: for(new i = 0; i < sizeof(TruckTrailer); i++){    if(!IsTrailerAttachedToVehicle(i))    {        SetVehicleToRespawn(i);    }}  Not tested but I am 99...
182
So I was trying to create a Also-Known-As system using MySQL, I am not quite sure if I should use a threaded or non-threaded query on this especially I am using them both for commands and OnPlayerConn...
125
So I just came back recently and I wanted to try those things that I have missed out through the years due to the limitations of the PC that I had been using for scripting let's just say "for a while"...
85
Just asking but errr... I guess it is okay then?
141
Not quite sure if I did it right, I am quite new in terms of mySQL so please excuse me. Did I do it right? PHP код: mysql_format(mysql, query, sizeof(query), "SELECT `REGISTRATION` FROMÂ...
141
Is it possible to store MySQL's NOW() Date & Time function to a variable? PHP код: mysql_format(mysql, query, sizeof(query), "INSERT INTO `accounts` (`NAME`, `REGISTRATION`, `IP`,Â...
141
Never mind, I got it working. Norton AV is interfering with the required .dlls
138
Hi, I have just recently moved to Windows 10 and I cannot seem to get mySQL working. I have the required Microsoft Redistribute Package (2010, 2012, 2015) but its still not running. Any ideas?
138
You can sync the animation by setting the forcesync on ApplyAnimation to true (1), Animations made by the game itself like the door closing and etc can't be forced as far as I know
296
What do you want to do exactly? OnPlayerStreamIn is only called when a player streams on another player's screen (range, client-side)
296
Alright, I have created a gang-shape zone for safe zone (Circumferences Type), a gang-shape zone for radiation (empty circle type) and a safe zone (Dyanmic Circle created by Streamer to detect if play...
2,646
Is there any possible way to detect if the player is outside those zones or detecting them if they are inside those?
2,646
I did like to use this but I am having problems figuring it out on how to use it besides the example given on the thread itself, any heads up or clues?
2,435
Not that I know of, But I do think it has something to do with the unoptimized way of reading data like this for example. PHP код: public OnUserPlayerLogin(playerid, password[]){    new...
224
Quote: Originally Posted by Akira297 I remember when your admin scripts started becoming a huge thing. Not so huge anymore lmao, Decided to delete JakAdmin4
7,998
I'm honestly clueless where the problem is coming from, Should I use db_debug_openresults?
224