Search Results
Quote: Originally Posted by Limex PHP Code: <?php     function f1() {         ....Something here     }          function f2() {         ... and...
96
Hey, I am not really experienced with the function "HTTP" but I did get it working some time ago, using a PHP file. Now, I wanna try it again, but in this case I want to call a specific function insi...
96
Hi, I got a little issue with using Incongito's Streamer. The problem is: I want to display a Map Icon for every business that is loaded by my script. The code which handles this looks like this: ...
63
Quote: Make Commands (Ђ3 for this) 3Ђ for those commands? You should search first for: zcmd OR y_commands Sscanf You can create very easily commands with those includes.
209
Quote: Originally Posted by Wesley221 https://sampforum.blast.hk/showthread.php?tid=273088 Try using this tutorial. Its pretty easy, i learned y_ini from it aswell Oh thanks that's exa...
65
Hello there! I made a topic some days ago where I was asking about how to use y_Ini. I am somehow totally fed up with y_Ini at the moment since I got 1. no real answer on that topic and 2. It is someh...
65
Quote: Originally Posted by Leroytjuh Doesn't work... What's the problem? Or let's say which error do you get? REMEMBER GUYS: In your server.cfg must be following line: Код: p...
214
No I don't use SII. But thanks for the help though. But now I get this error: Код: error 017: undefined symbol "@INI_file_" My code: pawn Код: new INI:file = INI_Open(playerfile);      ...
104
Hello, I wanted to change my file system from Dini to y_INI but I am somehow not able to get some stuff working: How to read strings from a file? I tried "INI_String" but it told me that it is an un...
104
1 MP/H = 1.61 KM/H Just multiply it or whatever.
134
Gomma's Gangwar Script This was more or less a 'side-project' of mine. As the topic title says, it is not 100% finished yet. I will keep on developing this and probably share the newer version here t...
214
You need to reset the variable pAdmin, for example at OnPlayerConnect. Otherwise every player will have the variable of that player before. So you were Admin, a other player came, and was also Admin ...
222
I just came across this function: pawn Code: CreateDynamicRectangle(Float:minx, Float:miny, Float:maxx, Float:maxy, worldid = -1, interiorid = -1, playerid = -1); And I've to say, I don't really un...
64
I just wanted to use YSF but noticed that it is not compatible with 0.3c (silly me). So like the topic name may let you guess: I want to rename some textfiles, in my case it are the accounts. The acc...
66
Quote: Originally Posted by Backwardsman97 It's because when you created it, you gave it an empty string. Put something like a space in there to fix it. Oh I thought that would work [W...
61
I haven't been using textdraws for quite a while but I actually had never problems with them. But today I created one with Zamaroht's Text Draw Editor (v.1.0) and got a weird problem. Here is a part ...
61
Hey, In my script I want to make it possible that every player can buy a vehicle etc. and that only this player can /lock, /sell and so on that vehicle. That means I want to assign it to a player. Bu...
70
I find this barely any helpful. If you want a amount of seconds / minutes / hours which is not defined you would have to define it yourself, and then use milliseconds. You should have somehow done it ...
841
Hello, Regarind to the release topic of sscanf2 I was wondering, how this color code is built / what it means: Код: h, x Hex 1A, 0x23 I do understand 0xFFFFFFFF as it is 0xRED-GREEN-Blue-Alp...
42
This tutorial will probably help you: https://sampwiki.blast.hk/wiki/How_to_Create_a_Dialog In your case you have a list dialog. That means your should look like this: pawn Код: public OnDialog...
90