Search Results
Quote: Originally Posted by bigtigerbeee I want to change the font to Thai too. (I found that here "fonts.txd") Why on earth did you reply on a four year old thread? Changing fonts.txd ...
172
This might work. Код: stock RemoveItem(playerid, ItemName[], Amount) { for(new item; item < MAX_ITEMS; item++) { if(!_GetItemAmountPVar(playerid, item) || !strcmp(_GetItemNamePVar(playerid...
107
Quote: Originally Posted by R4nd4ll Uhhhh there is a weird bug. When you create a new character after you register, When you click on the character. Nothing happens, You will be stuck. ...
49,491
This is my third map I've ever made. The whole thing took me a few days to make since I had no idea how to use textures etc, there are 80 objects in total and it is fully retextured. The reason why th...
303
Bump, edited the post and added a video to be more specific.
148
This isn't a SAMP Script, it's nothing related to SAMP Scripting. I am talking about a modification, I would like to create one. So a client may get the name of someone by aiming at him or detect the ...
148
So, this is a Auto Hot Key scripts which uses UDF for SAMP. In the video below you'll see Dexter Salvador's multiple /mes when he aims or swithces a weapon. I figured out how to make the aiming. I am...
148
Quote: Originally Posted by Vince The two lines that stand out are: PHP код: foreach(new i: Player)  and PHP код: ShowPlayerDialog(playerid, DIALOG_NOTHING, DIALOG_...
136
The people above already told that there are countless tutorials out there. Nobody is going to personally teach you how to script something.
184
Below is my code that I use to display all of the Helpers are online. As you can see, I am using a Header, however, if there are more than 1 helper, the headers is getting fucked up. Instead of the he...
136
Quote: Originally Posted by Ralfie Facing the same problem, this is the third person that reports the problem so far and still no official response from anyone. https://sampforum.blast.hk/...
124
Quote: Originally Posted by ikey07 add crashdetect plugin, just paste crashdetect.dll ( windows ) or crashdetect.so ( linux ) , add its name in the server.cfg and launch the server again. ...
124
There you go. By the way, we sent a ticket to the host and they said that the ram is increased. Код: [08:48:10] [connection] 158.58.245.176:4011 requests connection cookie. [08:48:11] Incoming con...
124
Once I start the server it works smoothly, but after a few minutes it crashes. Fixed, solution: Increased RAM
124
I still need some help, the solution above didn't work at all.
154
Quote: Originally Posted by [XST]O_x No. Show 'dialog'. Thanks, I will check it out.
154
How about setting the virtual to the current playerid + 100? That means, if my ID is 0, then it will set it to 100.
431
Am I supposed to show the tmpLineString in the dialog?
154
foreach(new i: Player) { format(string, sizeof(string), "%s%s\t%d\n", string, GetPlayerNameEx(i), pInfo[i][pScore]); } I would like to use the tablist headers dialog this way, but if I do somethi...
154