Search Results
You should add a saving system. Good job tho, I play bukkit myself.
145
I'll edit with results. EDIT: I only see the first letter I write. I'll give you everything related to the variable. Saving: pawn Код: format(query, sizeof(query), "UPDATE `users` SET `forum` = %...
82
pawn Код: CMD:forumname(playerid, params[]){    new forumname[32], fstring[126],s_forumname[32];    if(sscanf(params, "s[32]", forumname)) return SendClientMessage(playerid,COLOR_GREY,"USAGE: ...
82
Can anyone give me a little code of how to make the DFT-30 have two side walls and a ramp that slides down with /dftramp or something?
432
https://sampwiki.blast.hk/wiki/Strcat https://sampforum.blast.hk/showthread.php?tid=241414
51
Assasin, it's wrong. The indention is wrong.
147
Why return _:1 and return _:0? new scripting way?
147
Quote: Originally Posted by OGCash This is not runescape you shouldn't be building guns, you should be smuggling them via boat or air. Or you could have big-shots buying them off corrupt ...
174
I use /v list, but it doesn't show my 3rd vehicle. There is the 'pVehicles' variables which says how many cars ya got, and it increases each time you use /v buy. pawn Код: if(!strcmp(option, "list...
63
Quote: Originally Posted by OGCash Import/smuggle at the docks. You know the spot of the factory at the rural region? This is the /buyweapon spot.
174
My system is pretty shitty now. You go to a building, and do /buyweapon [name of weapon] [bullets]. I want to make it realistic as possible. And not so difficult. Any ideas?
174
Yeah, but how do I "attach" the textdraw to each box of the menu? And if I continue on the page, it'll switch it? That's the only thing I don't know, pretty new to 0.3x
108
Quote: Originally Posted by Basssiiie For textdraws, you can create textdraws using TextDrawCreate and it's related functions. There are a lot of Textdraw tutorials out there, only if you'...
108