Search Results
Very nice design work my friend, keep it up!
1,021
I have solved it. '0xFFFFFFFF' change to '0' and everythings fine
118
So my problem is, when I retexture a platform, it changes the texture to the chosen one, but it also darkens it, giving it an almost like "shadowy", dark texture and not only to the chosen platform bu...
118
Hey! I am a little confused. Just start make a backpack-system with MySQL R41 and I have issue with saving. When I create a backpack with INSERT INTO `backpacks` command, everything is alright. But wh...
110
Quote: Originally Posted by Misiur https://dev.mysql.com/doc/refman/5.7...5-7-detailed-L I believe "Lock" is a reserved keyword. Try wrapping it in "`" Yes, "Lock" was the problem. Tha...
98
Quote: [23:10:01 02/03/18] [ERROR] CMySQLQuery::Execute[] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right...
98
Okay use textdrawsetpos, but how can i calculate textdraw coords from an in game coord + facing?
188
Hi! Could you guys help me out with some ideas how I could make Fallout's compass/map working in samp? I mean script-wise. For those of you who don't know how it works: Basically if you want to head t...
188
Hey guys! I need your assist. I create today an inventory sys/textdraw, and it's work. My problem is: When I add to myself an item, the textdraw become a line (|) after than item name. This textdraw i...
60
Does this count as a long array? Код: mysql_format(mysql, query, sizeof(query), "INSERT INTO `accounts` (`Name`, `Password`, `IP`, `Admin`, `Level`, `Money`, `PosX`, `PosY`, `PosZ`, `PosA`, `Elet...
70
I've been writing a mod which is so far only 13.000 lines, but it takes very long to convert it, like 3 or 4 minutes. And the AMX file is 36mb. Are there any solutions to this? How can I decrease the...
70
I made an ATM system with MySQL, but when as an admin I create one, it gives me the text, everything works, but the object doesn't spawn for some reason, and the server gives me the text: server: unkn...
73
I have two strings. I'm formating: Код: new bankszamla[11], bankjelszo[5]; format(bankszamla, 11, "%d%d%d-%d%d%d-%d%d%d",random(9),random(9),random(9),random(9),random(9),random(9),random(9),rando...
222
And what happens in this case? Код: if(sscanf(params, "s[16]s[16]d(0)d(0)", command, command2, slot)) return 1; /v trunk show /v trunk put 1 1 /v lights As in the last command there i...
95
Hey guys! I’m using sscanf, and I’d like to create a command, in which I’d use multiple parameters. My example would be the following: /trunk [show/take/put] [quantity] Now if I take something o...
95
I made a little script, which can help me to play sounds with 3D effect. So when the player gets further away from it, the music gets more and more quiet by the range variable. But the whole thing jus...
66