Search Results
This is completely for testing purpose. Thanks alot!
67
Hello, I've got something very weird going on here. I'm trying to connect to my database using MySQL, but it fails to find the db somehow. My MySQL is running, been using it for my website for qu...
67
Thank you, worked like a charm!
102
Can someone please help me to find the mistake? So, the problem is, params[0] acts weird... First of all it does not really check if params[0] is smaller or bigger then the allowed amount, also it ta...
102
It's basicly the same thing, it just checks if the car is in the range....
109
Hey. I'm failing to attach someones car to Tow car. The idea is simple, Mechanic attaches someones car to his own truck and then pulls it to where it should be. Код: CMD:towcar(playerid, params...
109
Hey. I wanted to know is it possible to spawn an object on trains trailers. My idea was to Get the vehicle ID, then get the trailer id and in the end attach the object to the trailer. But it does not ...
101
I checked my code. All the other enums has smicolons. Quote: enum aInfo { id, aText[128], aName[MAX_PLAYER_NAME], aPhone, }; new AdvertInfo[MAX_ADVERT][2][aInfo]; #define MAX_RANK 5 ...
132
It is right beside all the other enums. Location should be ok.
132
None of that works. I did change the name of the enum, but the same effect. Also, if i disable that enum, it compiles just fine.
132
Alright so, i replaced it to: Quote: #define MAX_RANK 5 enum RaceRanking { place, name, time, date }; new ranking[MAX_RANK][RaceRanking]; But that does not fix anything. It ...
132
Hey. So i was trying to make a new table inside my DB, but as soon as i try to compile my pawno it drops the "Pawno library has stoped working" thingy. So heres what ive done: I did make the table i...
132
Well the command is used like /onetwothree 2 2 represents the players ID. Like, if player A wants to sell something to player B, than 2 represents the player B ID. Anyways how do i save the players...
102
So heres a code. Its a command that lets player A to sell something to player B. PHP Code:         case D_Tuning+29:         {             if(response)       Â...
102
Hello. Im not quite familiar with timers. Today i wanted to do a timer, that adds a value to a variable each minute. so this is what i came up with: PHP код: forward RudaTime(); //On gam...
75
Hello. Im using admantis afterlife system (https://sampforum.blast.hk/showthread.php?pid=990124#pid990124) on my GM. It works just fine if im alone. After dieing, it counts 30 secs and then spawns me...
75
Nvm. Figured out by my salf. Sorry.
57
Hey. Was working on my first dialog ever and im facing something weird. So heres the code: in public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) i added: PHP код: ...
57
Hey. So i was working on a car respray system. What i wanted to do is, After car enters a garage and the owner uses the command /respray, Gates of the garage gets closed, then while the gates are clos...
34