Search Results
There is a way for everything.. but you are not explicit at all so i can't help you. You want a region to be created for WHO, around WHO in wich context.. more explanations please. You want a region t...
215
Check: https://sampwiki.blast.hk/wiki/CreateVehicle https://sampwiki.blast.hk/wiki/OnVehicleSirenStateChange
144
PHP Code: function LoadHouseMap( ){    // House Map Code    return 1;} 
67
A solution can be that to transform the objects where the players will be spwned after the starting derby countdown ends into static objects and to let other objects to be dynamic. If you do that you ...
88
* Defines must be like this: PHP код: #define RED_E "{FF0000}" #define ORANGE_E "{FFC400}" #define BUILD "1"  * Function: PHP код: SetDynamicObjectMaterialText( StatsObject...
60
Quote: Originally Posted by BanSilog I do not know why you're just so selfish that I know I need to learn but that's not what I'm supposed to want to be with you and of course I'm starting...
195
Quote: Originally Posted by BanSilog ANYONE HELP ME? PLEASE @Maxandmov already told you how to do it. Solve that errors, are not that hard to solve. These errors are too common, you sho...
195
All that you need: https://sampwiki.blast.hk/ (First: https://sampwiki.blast.hk/wiki/Scripting_Basics) Examples from GM's already made: http://forum.sa-mp.com/forumdisplay.php?f=71 Examples from FS's ...
74
Try this: PHP код: if( newstate == PLAYER_STATE_DRIVER ) {     killtimerr[ playerid ] = SetTimerEx( "speed", 100, true, "i", playerid ); } else {     KillTimer( killtime...
117
Do you understand now how ? PHP код: new pID, pDep, pTake;cache_get_value_int( i, "ID", pID );cache_get_value_int( i, "Can_Deposit", pDep );cache_get_value_int( i, "Can_Take", pT...
109
First, learn english, second show us more code. Provide us to know more about your problem, if you don't know to give us more code, you can't be helped. This is a minor problem, you just have to add t...
117
Quote: Originally Posted by Sew_Sumi We get some original ideas and we learn how to script, that's how... -> Exactly. I broke my neck looking at that picture, couldn't you make a Pr...
91
Quote: Originally Posted by Dayrion https://sampwiki.blast.hk/wiki/MySQL/R40...et_value_index I guess @Dayrion wanted to say from his post that you must update your MySQL plugin. That's...
109
You must use "TextDrawHideForPlayer( playerid, textdraw );" to hide a textdraw. * textdraw = your textdraw name, like: "new Text:abcd;" * here textdraw = abcd, and you must use it like: "TextDrawHide...
117
Here it is: https://github.com/samp-incognito/sa...ses/tag/v2.9.3.
68
Try using debug level 3, so it shows you the exact lines that produce the crash. You must do this: Create a file called pawn.cfg in your pawno folder, inside this file write: PHP код: -d3  ...
102
I hope you get it. For more check: https://sampwiki.blast.hk/wiki/Animations. There are just 3 examples of animations, you can add more. PHP Code: new Anims[ ][ AnimOption ] = {     { "...
69
Frist way: (here the messages will not mix each others and can't be repeated more than 1 time at 3 minutes) PHP код: new     TEXT_STEP,     TD_AGAIN_X,     TD_AGAIN,     Text:y...
131
Show me the code where you use "SaveAccount" stock. And change "stock" with "function" because it is a function that saves the dates not a stock.
170
Maybe you reset the variables after the database load them. I don't see something wrong at the code that i gave to you now. Either at your code that you posted. Also try again this: PHP код: f...
170