Search Results
Should I be using INI_Open, or INI_ParseFile? Could that be an issue? Also, I tried searching for a personal vehicle system for Y_INI but I don't tihnk there is a tutorial about it? Anyway, if anyone ...
108
Quote: Originally Posted by Dziugsas pawn Код: stock LoadVehicle(filename[36]){    new INI:File = INI_Open(vehiclePATH(filename));    CreateVehicleEx(INI_Int(File, "Model"), INI_Fl...
108
Hey, there. I'm currently working on a vehicles system that saves/loads my vehicles from a .ini file. I'm kind of following a tutorial where pseudo(??) is being used and I'm trying to make it using Y_...
108
I've tried mysql, and I've got a DB, but I honestly can't get anything to work :P Possible that I'm a complete newb, but I find MySQL hard.
96
Hello, there! Trying to make a /ban command with a twist. Instead of having them banned, I have set a PlayerVar to Banned=1 so that when they connect, it opens his/her file and checks if the person is...
96
So, I've been looking around for a bit and can't seem to find it, maybe I'm searching for the wrong stuff? Anyway, I need a kind of dynamic check list, preferebly online or a program for Windows.. I ...
50
Hi there, Sinner, and thank you for responding That's what I was looking for, basic SQL tutorials, thanks again for that ! Have a nice day :3!
114
Hey, there. I have a small gamemode which I want to get further with, and I've come to the conclusion that I want to use MySQL in my gamemode, simply because of all the possibilities, like connecting ...
114
I think I get what you're meaning, and if you for example want to make a new line to your enum, in the player ini's, there's no need to delete them, just add it and you're done. Remember to add it to ...
121
They might be colliding with eachother.. try removing some of the working filterscripts just to see if thats the case.. also, make sure you have the includes and plugins the filterscripts uses. Also; ...
163
When starting the server, does it say "YOUR_FILTERSCRIPT loaded succesfully" in the console? Or did it fail?
163
You need to give us some more information, mate. Did you add them behind "filterscripts" in the server.cfg?
163
Thanks, anyway Hope there's somebody here that can help me solve this.
177
OnPlayerExitVehicle pawn Код: public OnPlayerExitVehicle(playerid, vehicleid){    return 1;} Empty.. OnPlayerStateChange pawn Код: public OnPlayerStateChange(playerid, newstate, oldstate){...
177
Not true. I've seen this before. plus, it worked before.
177
Hello, there. I created /engine and /lights commands earlier today, and it worked great, but then something happened, I don't know what but something did happen.. So, please see if you guys can see wh...
177
Thanks, tested and working
56
Hey, again. I'm creating my second pickup and it doesn't go the way I planned, I went over this 5++ times and still no clue of what's wrong with it. the error(warning) is pawn Код: C:\Users\Ruben...
56
Alright pawn Код: CMD:scriptinfo(playerid, params[]){    new str1[128], str2[128], str3[128], str4[128];    format(str1, sizeof(str1), "Developer: %s", DEVELOPER);    format(str2, sizeof(str...
136