Search Results
I see that someone already posted regarding normalization, so I'll do query optimization: Analyzing queries (see how they run, if as intended) https://dev.mysql.com/doc/refman/5.7...g-explain.html Th...
223
Quote: Originally Posted by Danbo7 Just use GET instead - pm me if u need help with this But why? Quote: Originally Posted by markjonh Good community, I want to know how I ...
149
Quote: Originally Posted by EmilLykke Can you tell me how exactly I do that, when the file looks like this: Code: <?php session_start(); require_once('config.php'); $options = [ ...
146
How come you access the vehicle info array with vInfo[vehicleId]][], but you also have vId? I think you could stick with just the vehicle ID for its inde, and get rid of the vInfo[vid][vID]? Code: n...
135
Quote: Originally Posted by EAGLE Hello, when I use my command "/v stats" on my vehicle create with "/v add" I don't have a return with stats. But when I reboot my server, "/v stats" is w...
135
As Calisthenics pointed out, you could check out DIALOG_STYLE_TABLIST. I would also suggest you rewrite your code to improve its readability and make it easier to work on for others. You can also get...
188
Maybe the visible limit is exceeded (the amount of objects one player can stream at once)? You can can debug it with Streamer natives, for instance: Code: new Float:distance, Float:size, visibleI...
198
Quote: Originally Posted by Cookland And this? Check this out: https://sampforum.blast.hk/showthread.php?tid=616103
289
Quote: Originally Posted by Arbico You need to save the old skin in the player database Here is an example. Don't forget to edit it. PHP код: #define Skin 30 //This is the ski...
100
Quote: Originally Posted by gabrielgucila This ? Yes, you need to replace the coordinates that you want to move from. You need to find your current delivery positions' XYZ so you know w...
100
Quote: Originally Posted by Arbico Wassap? I wanna know how to check a variable if it's an integer or string etc..... I need it because i'm making a new include and i really need help.... ...
203
Quote: Originally Posted by FreAkeD Very nice stuff, @CXdur. I'll be working on updating the tutorial for much better readability and add some useful snippets into it too. I created a ...
15,818
For anyone who has the same issue trying to build using VScode, please note the path here: > Executing task: c:\Users\sondr\git\lsrcr/pawno/pawncc.exe gamemodes/lsrcr.pwn -; -( -v2 -ic:\Users\sond...
74
I would like to add that if I use cmd or the type "process" when building in VScode it struggles to read from my modular files. The directory is fine because it compiles perfectly in atom with the fol...
74
Hey, I struggle to build using windows powershell. Does anyone here have any idea? Код: > Executing task: c:\Users\sondr\git\lsrcr/pawno/pawncc.exe gamemodes/lsrcr.pwn -;+ =)+ -v2 -ic:\Users\...
74
I would really consider only storing them for a specific amount of time and perhaps deleting the rows in OnGameModeInit if they're older than this date.
142
I think I fixed it guys, if anyone is curious as to how: Код: enum E_CUSTOM_GROUP_RANK { gRank_number, gRank_name[32] } All I did was basically create an enumerator so that the compiler would k...
123
Quote: Originally Posted by Vin Diesel If you have skype PM me it. PM has been sent, thanks.
123
Are you only allowed to use the command at level 8? As far as I can see, this code does nothing for players that are over level 8? ( if(PlayerInfo[playerid][pExp] == { ) If not, that if clause is...
112
Hey, I am having some very strange issues with a 3D array that I have. The ranks are loaded from a database, to start out and test with I have the following ranks: I am however getting a really we...
123