Search Results
Welp, doesn't matter I totally forgot about Y_Iterate
1,298
This function is to get the Free Biz ID in my Database... (well actually it doesnt read the database) Ex: I have BIZ ids 1,2,3,5: Output: Biz ID 4 is free. This is what the loop looks like and I am ju...
1,298
Fixed, simply just an ID bug, I was adding 1 extra ID number on my Integer Value by accident, sorry for spam.
766
Quote: Originally Posted by OstGot New version v4.2.1 Added new fix (MAPFIX_PLACE_147) Nice work, following this and constantly keeping updated good to see the dedication on these fix...
14,850
Quote: Originally Posted by SharpenBlade Yes, sorry, I have read it wrong. I am not sure about it... Why don't you use it like this? PHP Code: GetPlayerHealthEx(playerid) return Play...
2,028
Quote: Originally Posted by SharpenBlade Well, HpAmount = Player[playerid][Health]; means that you are setting HPAmount value to Player[playerid][Health]. If you want to change Player[play...
2,028
Quote: Originally Posted by SharpenBlade Well, then I think your code could work. PHP Code: GetPlayerHealthEx(playerid) return Player[playerid][Health]; GetPlayerArmorEx(playerid) r...
2,028
Quote: Originally Posted by SharpenBlade Seems ok, but I don't think you can set player's health without using SetPlayerHealth. PHP Code: GetPlayerHealthEx(playerid) return Player[pl...
2,028
So I am making my own Server Sided Health / Armour in Textdraws, which is complete. Just looking to upgrade my script a little bit. in a bonestock standard Script, using GetPlayerHealth(playerid, Pl...
2,028
https://sampforum.blast.hk/showthread.php?tid=167179 https://sampforum.blast.hk/showthread.php?tid=676446 https://sampforum.blast.hk/showthread.php?tid=192674 https://sampforum.blast.hk/showthread....
990
Quote: Originally Posted by makemoneynotfriends PHP Code: CMD:tempban(playerid, params[]) {     new banner[MAX_PLAYER_NAME], banned[MAX_PLAYER_NAME], bannedid, reason[25], ho...
718
You need a handle, if you already have one, make sure you use it, also change to threaded queries PHP Code: // MySQL connection handle new MySQL: YOURHANDLENAME;//Your Connection Handle, c...
718
Simple and nice, I like it a lot, but some of them Blue/Black ground objects are intersecting and glitching graphics in-game.
5,708
Quote: Originally Posted by MarianImmortalGod PHP Code: mysql_format(handle, string, sizeof(string), "SELECT * FROM `cars` WHERE `Owner` = '%s' ORDER BY `ID` DESC", GetN...
647
Make sure if you use algorhitmically's code, which will work perfectly... make sure to remove the word "stock" from the start of the functions.
551
Fixed it... and yes it was something stupid, I got me a coffee :P wake up SkyFlare lol Incase anyone else seems to have a issue with bCrypt this was the issue. PHP Code: bcrypt_check(unhashed_pas...
566
Quote: Originally Posted by Kwarde I never used bcrypt so I probably can't help you (didn't look at the code yet though), but wondering, why not use SHA256_PassHash() (included in SAMP sin...
566
So I moved away from Whirlpool today.... well atleast I am trying to.... #include <bcrypt> bCrypt is working, sort of... I can create an account but logging back in is the issue, however the h...
566
Hey guys, first mapping ive ever released, I needed a Rehabilitation Centre and some new housing so I decided to make this, figured you guys might want it too. The two Rehab Houses are Interior Ma...
3,097
Quote: Originally Posted by l0gic OnDialogResponse "Returning 0 in this callback will pass the dialog to another script in case no matching code were found in your gamemode's callback. It ...
1,924