Search Results
Quote: Originally Posted by PiyushD The package link is dead, Please update! Sorry, but I don't have the package anymore. What you need to do is: 1. Create a blank pawn file in the fi...
1,893
I thought about adding object group feature, but it's quite hard to implement at this stage to work with the undo feature etc. And I don't see the need for texturing since your Texture Studio already ...
1,893
Very nicely done I must test this. I never knew Texture Studio was also an object editor. I guess the name was kinda misleading to me.
583
Update 3 is out! Here's the changelog: -Added map import feature. You can now import any map that has CreateObject, CreateDynamicObject or CreateWhateverObject into the editor. Thanks to sscanf being...
1,893
Quote: Originally Posted by Rory Ehh..Decent I guess.. Quote: Originally Posted by kvann Looks very good, +repped. Quote: Originally Posted by Mzake nice ...
458
Did you edit the part where it's dividing the timestamp by 3600? pawn Код: time = bExpiration - gettime() / 3600;// change totime = bExpiration - gettime();
134
Just don't convert the current timestamp to hours before substracting it from the expiration timestamp. Also, here's a faster method: pawn Код: d = time / 86400,   // compute daystime = time % 86...
134
Do you use any programs/tools to test your queries? I'd recommend SQLite Manager (Firefox addon).
162
It crashes on null values. You could use the DEFAULT constraint when creating tables. Example: Код: CREATE TABLE IF NOT EXISTS bla ( id_bla INTEGER PRIMARY KEY, text TEXT DEFAULT '', money INTE...
162
I can tell you that mysql log has nothing to do with SQLite. But I won't be helping any further unless you educate yourself on password hashing.
268
SA-MP Spike Strips Brief description (spike strip, traffic spikes, tire shredders, one-way traffic treadles, stingers, stop sticks, tire deflation device) This is an include version of SA-MP Spike Str...
458
There's a bug when I try to use sha2_hmac: Код: Erorr native function sha2_file: Expecting 3 parameter(s), but found 4 I think it's most definitely related to this piece of code: Код: AMX_NATI...
1,245
I still have no idea what you're asking.
148
Nice script, but I don't see any big improvement from your old anti-cheat (svCheat). It's just a slightly edited version of it. I don't think it's false positive proof mainly because it doesn't take i...
564
I think SetPlayerAttachedObject is the only function with which you can scale objects. https://sampwiki.blast.hk/wiki/SetPlayerAttachedObject
91
This returns alpha: Код: 0x88CC4488 & 0x000000FF
217
Quote: Originally Posted by Mellnik As far as I know bitwise AND is used for something else. Then you don't know far enough. EDIT: ******, I think it's more difficult to understand how...
217
Are you suppose to craft stuff in SA-MP console? I thought there would be visual crafting table made out of textdraws.
362