Search Results
I tried to use it, but the boxes are messed up there, when I add a box it's on the left side of the text instead of behind it :/ Now the box goes through the whole screen...
115
Hi guys. I got a problem with textdraw box, it's just going off the screen... Height is ok, but the width is much too big. It looks like that: My code: pawn Код: PlayerData[playerid][TD_Speedom...
115
Hi. How can I check if the script connected to the database (using mysql_connect)? I would like prevent whole gamemode loading when the connection doesn't work.
68
Thanks guys, I just needed the SetObjectMaterialText and SetObjectMaterial functions
142
Hi How can I add 3d text like that one? It isn't the 3dtextlabel, because it looks like a normal GTA object... It has been done without any mods to client.
142
pawn Код: WHGATE = CreateDynamicObject(2990, 1141.0118408203, -1206.8706054688, 21.935035705566, 0, 0, 91.669952392578);    new bool:opened;    if(strcmp(cmd, "/whgate", true) == 0)    {  Â...
80
You have to modify the dialog's code, not command's. Show us your car radio dialog
188
Hey Is there any function in PAWN like explode() in php? I really need it, I want to format IP from for example 127.0.0.1 to 127.0.0.
116
Damn. I clicked twice LPM on the .pwn file and it was opened in another pawno. Sorry for my dumbness ._.
100
Hi I'm starting a new gamemode from scratch, because I wanted to use mysql instead files database etc. But when I installed that mysql plugin, I have a problem. When I added Код: #include <a...
100
So I have to use timers to proper server working (I want to pause for example only script for one player)?
82
Hey Is there any pause/sleep/wait function in pawn which will pause executing the script for x miliseconds/seconds? Thanks in advance for help
82
Still doesn't work o.O Thanks Wildcookie, it works now.
89
I appreciate your help, but it still changes color to FF9900 and doesn't do anything more.
89
Hi. I wanted to make some players color blinking using timer, but it doesn't work. It changes it to FF9900 and then stops... pawn Код: new Float:changed[9000];forward Highlight(playerid);public H...
89
Hi. How can I move that code from fs to gamemode? Код: /* CB Radio System; By Ash (funky1234) Do what you want with it, I don't really care. */ #include <a_samp> new pChannel[MAX_PLAYERS...
84
Ok, I've done it. Thanks you very much for help, everyone!
254
Now it works, but when I leave and enter the car the engine starts again. I think adding other variable storing informations about breaking like that: if car broken set Broken[vehicleid] to true if B...
254