Search Results
Here you go Код: YCMD:createvehicle(playerid, params[], help) { new Float: Pos[3], Float: Angle, string[256], szQuery[500], modelid, color[2], cv_factionid; if(PlayerInfo[playerid][pAdmin...
119
Quote: Originally Posted by xenocideniki Thanks! I also have one more question, How do I make it to be sent after each 5 minutes? (not only after a server start) Just change repeating p...
115
You can't remove garages since it will always cause crash. Simple method is to block them with object. Here is include I used to use: https://sampforum.blast.hk/showthread.php?pid=3334346#pid3334346...
191
I can assure you those lines are not the problem. Paste your DynamicGate enum here. Also, you don't need to set use_cache boolean to true because it's the default value. You can simply use mysql_quer...
249
Your code is messy, but that's not the problem. You need to copy all dialogs used here and paste them so I can see what's the problem.
84
Same with Linux. If you're creating a folder manually don't forget to add artconfig.txt file
998
Quote: ClanInfo[clanid][cName] = cache_get_field_content_int(0, "ClanName", mysql); This is wrong as you are trying to read string as integrer and store it in another string. Use...
122
Paste function where this line is Quote: ClanInfo[clanid][cName] = cache_get_field_content_int(0, "ClanName", mysql); Also, you don't have to use empty space args in mysql_tquery....
122
I have been playing around with 0.3.DL and I've imported some custom skins. Skins load and download perfectly, no errors, no warnings. The problem happens when another player joins and another custo...
332
I never thought this would be released as open source. Probably the biggest SA:MP RP server ever.
32,621
Quote: Originally Posted by Crayder Technically that's always a possibility, no matter the method. In this case, it's not very likely given these are static objects. If someone is lagging ...
1,378
Money is already being transfer when a person click the button. The thing is, you need to set up an API on PayPal that will redirect the payer to premade custom page that will use PHP GET to read the ...
346
He meant to say that you can change the camera pos and lookat when player is choosing a class, but it's not possible to change the default view at connection.
104
Best solution for that is to set unique VW for players for each business. Just use your business ID as VW (because Biz ID is a unique value) Ex: ** Under /enter CMD ** SetPlayerVirtualWorld(playerid,...
81
FIX: Код: new clanime[MAX_PLAYER_NAME], nikoopet[MAX_PLAYER_NAME] = "NIKO"; cache_get_field_content(0, "ImeClana", clanime); if(strcmp(clanime,"nikoopet",true) == 0) return SCMF(playerid, -1, ""CR...
124
There is several systems published on forum. For ex. the Gym system you wanted: http://******************/post/12301...script/systems
104