Search Results
Quote: Originally Posted by Boarden There are ways of doing it, my guess would be that any tutorial on how to convert a 0.2.X gamemode to 0.3 would be in an archive somewhere on the forums...
213
Quote: Originally Posted by Boarden It has nothing to do with models, you're using a gamemode from 2009 (https://sampforum.blast.hk/showthread.php?tid=65825) which has not been adjusted fo...
213
I dont know what happen.. but when i try to start the server they will keep restarting itself. I hope someone can help me to fix it Here's the server_log Код: ---------- Loaded log file: "serve...
213
Quote: Originally Posted by Joe Staff Your code is trying to utilize 165 different "CarSpawns" but you've only initialized 1. Replacing your old code with that will prevent you from out r...
259
Quote: Originally Posted by Joe Staff Do you have 165 "CarCoords" initialized? Here's the code Code: forward AddCar(carcoords); public AddCar(carcoords) { new randcol = random(126)...
259
Quote: Originally Posted by kingmk The problem it's on CarSpawns var. Can u show us how u defined it? Heres sir Code: new CarSpawns[1][eCars] = { {551,1694.7080,-1501.7454,13.1675,3...
259
Quote: Originally Posted by Mencent Hello! Can you show us your "new" of carselect, please? Here's the code sir.. Code: new carselect[15]; Code: public OnGameModeInit() ...... ........
259
Does someone can help me fix it? When i start samp-server.exe always like this. The gamemode will keep restarting and i can start my gamemode Code: Number of vehicle models: 28 Pickups Max = 100, Cu...
259
Quote: Originally Posted by khRamin78 you have to put something like this method PHP код: /*this is not that importent just for clearness do  INI_WriteFloat(File,"Health...
139
Hello.. Can anyone help me about saving and loading Health / Armour with Y_INI? Always reset and getback to full when i relogging. Heres the code : Quote: #include <a_samp> #inclu...
139