Search Results
https://sampforum.blast.hk/showthread.php?tid=559572 Next time use scripting help minor queries thread.
178
Area of a cube is Side squared. Quote: Originally Posted by feheristi97 That's my problem.. I don't have any minx and miny coordinates, and I want to calculate that when I create a house ...
136
Quote: Originally Posted by zaibaslr2 Код: stock GetHTMLColor(hex[]) { if(strlen(hex) != 10) return print("Invalid hex code"); new html[7]; strmid(html,hex,2,8); return html...
102
I defenitely love the pistol mag object and hope that you can add more of those somehow!
15,779
New version is here Feature Changelog Code: • New weapon interactions - You can now chamber bullets inside of a non bolt weapon. It will automatically split the bullet stack into one bullet and p...
1,306
Quote: Originally Posted by ikey07 in the TXD and Texture name write something else than None or blank, use "Sgsdf" for example, and then it will apply the color http://i.imgur.com/D1eG...
280
Reference: https://sampforum.blast.hk/showthread.php?tid=567113 Tested objects 321-397, none work with material modified. These do work if object is attached. Update: Used the following parameters:...
280
Does anyone have a method or a solution to this problem? Am I doing something wrong? Should this be posted on bug reports?
192
Quote: Originally Posted by Patrik356b Good idea, mediocre script :-/ Mediocre as extensive but hard to edit Yeah do something better then. ---- BTW I posted a video of the new versi...
1,306
Also why aren't you using the natives cache_get_field_content_int() and cache_get_field_content_float()
138
Quote: Originally Posted by Madretsma Im getting the same errors. I use SAMP Version 0.3z and i had to compile the inventory.pwn with 0.3x includes, does the errors come therefrom? sry fo...
1,306
Quote: Originally Posted by StarPeens Help please :c +REP Code: [16:29:09] [debug] Run time error 19: "File or function is not found" [16:29:09] [debug] cache_get_data [16:29:09] [debug]...
1,306
Hello there, As I was working on the inventory script I wondered what would happen if I colored a weapon. Turns out that the weapon becomes invisible if you recolor it using SetObjectMaterial no matt...
192
Doesn't the streamer have a function to preload objects? Код: Use Streamer_UpdateEx to preload items before setting a player's position or to stream items under OnPlayerRequestClass. If that doe...
82
I randomly read this as I wanted to go to the 0.3.7 boards and thought "That would be the most awesome thing ever", but no, At least in C it's sort of an extra argument lenght limiter: Quote: ...
162
For the record, something which no one specified: you can use continue to "break" a loop on the current iteration and continue on the next one. If in your prime example you used continue instead of b...
189
Semantic versioning for internal use, whatever is prettier for public view. You know, for marketing. Also revision (rɪˈvɪʒən) 1. the act or process of revising That's why SA:MP current version...
178
Note: I didn't read the code but you don't specify this in any part of your thread. The only problem with automatic turrets is the LoS. As I said I didn't read the code and you don't mention it on yo...
777
Since nobody answered you what return means: Formally Quote: A return statement is a jump statement. It transfers control unconditionally to the end point of the call site in the stack f...
172
Detonator wont show up if you don't give it via the script or use it at least once. It will still work.
138