Search Results
Tablename is missing. EDIT: Sorry. Read the query bad. Nevermind. Quote: `Cash`='%d' You don't need the ' for integers. Only use them when the variable type is of string. Also, ...
127
Quote: Originally Posted by KinderClans SampCtl is useful, but is NOT a must have tool. However, to update your server from 0.3.7 to 0.3DL, you have to replace this files: After done, ...
606
I think I'm not the only one with this question going in my mind. In order to convert a sa-mp server into the latest one, what would you need to do? Would you need to replace files? Or just add them a...
606
Quote: I hope I gave a few chuckles to others on these forums You did. https://forum.gtanet.work/index.php?...63/#post-12721 Quote: Have I missed something or is tha...
561
Wrong section. Go post here: https://sampforum.blast.hk/showthread.php?tid=447813
66
Just like cool said, but more info. https://sampwiki.blast.hk/wiki/Printf https://sampwiki.blast.hk/wroot/index.ph...dClientMessage
91
Quote: Originally Posted by TroubleFingers Everything you said You didn't even use the command I pasted for you and told you what to do to fix it and you are saying that you changed eve...
149
So what exactly did you change?
149
Show your current code and tell what you changed.
149
Quote: Originally Posted by minionshx The number of objects is only 959. It's pretty much the limit of how many objects a player can see at one time and you are saying "only 959"... Don...
135
Quote: Originally Posted by Dayrion It will not work. sscanf is looking in your string 3 float values. 0,0,0 isn't a value. That's why. Put this in your gamemode and see if using the co...
240
Quote: Originally Posted by SelfiMaster I still have the same problem. I'm not sure if I disabled NO_ZERO_DATE. This is how I disabled it. I entered my.ini, then found line with PHP кÐ...
189
1) pawn Код: #define MAX_DROPPED_GPARTS 10static GunParts[MAX_DROPPED_GPARTS][GunPart]; which is basically pawn Код: static GunParts[10][GunPart]; now in the command: pawn Код: for(new ...
149
https://sampwiki.blast.hk/wiki/Update3DTextLabelText Read the important note.
149
Quote: Originally Posted by minionshx How to fix ? Too many objects in one place. The player can see 1000 objects at one time. Hold F5 in-game to see how many objects are being streame...
135
If you are looking for someone to script for you, this is the right section: https://sampforum.blast.hk/showthread.php?tid=447813 This is "Scripting Help", not "Do it for me".
147
Quote: Originally Posted by ThomasEvil Код: if(strval(inputtext) == PlayerInfo[playerid][pHouseCode]) Same problem ... Work with ANY code :/ Go read the forum rules: http://forum.s...
141
Quote: Originally Posted by ThomasEvil Idk if i get u at all but yes, i want house codes from numbers. I save their codes by INI_WriteString and i need to read if player input exact code a...
141
Do you want the code to be made of numbers only?
141
https://sampwiki.blast.hk/wiki/Strcmp
141