Search Results
Animation library: PED Animation name: DUCK_cower Try that. PHP Code: ApplyAnimation(playerid, "PED", "DUCK_cower", 4.1, 0, 1, 1, 1, 1, 1); 
165
You're not updating it correctly. Both the plugin and the .inc must be up-to-date. Assuming that you have used my tutorial as a guideline, you need R39-3. Again, both the plugin and the .inc file must...
208
Quote: Originally Posted by xVIP3Rx I'm trying to assign a default value to variables when making them pawn Код: new something[MAX_PLAYERS][MAX_PLAYERS]; How can I use your example for...
54,893
Quote: Originally Posted by xVIP3Rx Nah, Gives an error.. That was an example to give you an idea how it works. Consider the following: PHP код: enum E_BlaBla {         ...
54,893
That's a poor and biased review. Is this some kind of 'revenge' attempt on the developers of that server? Complain on their forum and they might fix the bugs that you encountered.
209
Quote: Originally Posted by xVIP3Rx so this works pawn Код: new blabla[max_blas] = {-1, ...}; how do I do this.. pawn Код: new blabla[max_blas][max_blas] = {-1, ...}; Something...
54,893
This has already been posted: https://sampforum.blast.hk/showthread.php?pid=3517039#pid3517039
250
http://forum.sa-mp.com/member.php?u=210356 As far as I know, this is your guy.
111
Quote: Originally Posted by Wizzard2H Unless you want to waste your memory use it... That's very bad advice , why using 256 instead of less + he's not sending a big message , it's just was...
164
Quote: Originally Posted by Billeen Hello, When I register on the server, I appear on Blueberry Farm. I edited this: Code: mysql_format(mysql, query, sizeof(query), "INSERT INTO `accou...
3,243
INI_WriteInt is the function used to write an integer value in a file. INI_Int is the function used to load an integer value from a file. Check this: https://sampforum.blast.hk/showthread.php?tid=273...
79
Quote: Originally Posted by Overhaul Load Y_INI string data with the INI_String function, I don't see you using that. Syntax for INI_String: INI_String(name[], dest[], size) You moved ...
190
Make sure that both the X and Y value in PlayerTextDrawTextSize are not equal or smaller than 0.0000. Meaning that if one of both is equal or smaller than 0.0000, it will not work. Plus, you have to ...
90
Quote: Originally Posted by AchievementMaster360 Awesome tutorial, thanks for the help. Glad you liked it.
3,243
Quote: Originally Posted by Michael B You could follow this tutorial about XAMPP. That link redirects me to a paid course for Microsoft Excel. The tutorial in my signature explains how ...
173
Quote: Originally Posted by Onfroi http://forum.sa-mp.com/forumdisplay.php?f=18 Are we free to post 'help'- threads regarding C++ (sampgdk) in that board? I thought it was for releases ...
134
Quote: Originally Posted by TwinkiDaBoss Im having a problem with "The Game is already running, please close your gta-sa" or something like that. the SAMP or GTA-SA is not running at all...
30,485
LAST EDIT: It works. I am very, very careless. Instead of setting all classes to false under OnPlayerConnect, I had set them all to true. Stupid, stupid, stupid. Thank you Crayder for your assistance....
82
Bump, bump. Just kidding; double post to update the situation. I added debug prints, and figured that the player's group is not being set at all. When the player's data is being loaded: PHP код:...
82