Search Results
The compiler give me these errors: Code: ...\YSI-Includes\YSI_Players\y_text\impl.inc:1855 (error) undefined symbol "Dialog_ObtainID" ...\YSI-Includes\YSI_Players\y_text\impl.inc:2212 (error) undefin...
106
Ah your query string dimension is low. Code: new query[512];
212
Try with this query: Code: "INSERT INTO `houses`(`ID`, `Owner`, `Price`, `X`, `Y`, `Z`, `World`, `X2`, `Y2`, `Z2`, `A2`, `Int:X`, `Int:Y`, `Int:Z`, `Int:X2`, `Int:Y2`, `Int:Z2`, `Int:A2`, `Interior`, ...
212
I get a tag mismatch: Code: #include <a_samp> enum PlayerInfo_t { Name[MAX_PLAYER_NAME], MoneyInHand, BankMoney, Team, Skin, Kills, Deaths, Wante...
1,862
I've had the same problem. I solved by removing the spaces. In fact, if you look closely at it says: Code: The term 'c:\Users\Nevinn\Desktop\HC-RP is not recognized as the name of a cmdlet .... comm...
15,665
Quote: Originally Posted by Barnwell pawn Code: > Executing task in folder .vscode: c:\Users\Nevinn\Desktop\HC-RP Offical Release\0.3.8 RC4-4\gamemodes\.vscode\pawno\pawncc.exe ../Hard...
15,665
Because I don't want 500000 drop on my server. Too lag...
260
I have thought about this, only that others must climb. Then the second drop becomes the third, the third drop becomes the fourth, etc ..
260
Hi I did a drop system that works perfectly... I want that when you reach the maximum number of drop, if it is still-dropped another item the older one disappears. A sort of infinite loop. Can you giv...
260
Hi, I made a basic drop system that works perfectly. Now I want a system that sets a maximum of dropped items (DEFINE MAX_DROP_ITEM 50). I wish that when an item is dropped halfway, the oldest item is...
81
Hi, i'm trying to make a basic drop/loot system with ColAndreas and this include. I used Peppe's example to make a function that creates an onbject to throw. If I use the function CreateObject (native...
8,596
Ok well I had already thought of that , but I wanted to hear other opinions
192
I need this because the object moves..
192
Hi, how can I attach a 3D Text Label to an Object?
192
For Pickup if you use this include i don't know. I suggest you to use Incognito's streamer. For 3D Text write this: Code: Create3DTextLabel("[Binco]\n faction/families", 0xFFFFFFFF, 217.6668, -98.47...
156
Delete this. Quote: if(PlayerInfo[pAdvert] != "None") // Error line Write this. Code: if(!strcmp(PlayerInfo[pAdvert], "None", false, 128)) Read this https://sampwiki.blast.hk/w...
155
No, i don't use a laptop . I forgot to say that if i copy all .dll file into the directory of my server, it give me an error: "C:\Path to My Application\MSVCR100.dll is either not designed to run on W...
15,021
It works perfectly just can not locate mouse or keyboard. So i can create texdraw, but i can't move it o do anything. I have already re-installed Microsoft Visual C++ 2010 Redistributable Package (x86...
15,021