Search Results
Bumping old thread but still. I havent tried, but what about being an Y_INI bug instead?.. Working fine with MySQL (of course it would with MySQL)
128
I prefer staying away ****** releases now that he left and we don't have support anymore, including I'm a total newbie into Y_XML and will never be able to get any future assistance after reference th...
114
I tried it out, but the gamemode will crash (unknown gamemode) because of DLL's or the server plugins. CVector is causing the error, as it has missing DLL, after installing, the server wont start due ...
114
https://sampforum.blast.hk/showthread.php?tid=150755 XML Loader by Zeex, even if it is old enough..
114
pawn Код: mysql_format(mysql, query, sizeof(query), "UPDATE users SET `vReg`='%s', vVReg='%s', vVVReg='%s', vVVVReg='%s' WHERE ID='%d'",PlayerInfo[playerid][vReg], PlayerInfo[playerid][vVReg], Pla...
129
It is homehosted and the plugins/includes are up to date. Loading takes a long time, I've added prints and I see that it takes way TOO long under the LoadObjects stock (that might exceed 3 minutes), b...
114
I see you already got the message there: pawn Код: format(string, sizeof(string), "[WARNING]: Invalid vehicle ID! To find vehicle's ID use /vid.");        if(VehicleID < 400 || VehicleID &...
178
You have to check if the number input after /veh [id] is more/less than the standard vehicle ID's. So, when the player uses /veh 896, it will show error. Please show us your /veh CMD so we can modify ...
178
Hello! I'm trying to load an MTA Race map with XML loader. Small maps are loaded without any problem, but one of the advanced DM maps with 5000-7000 objects is taking way too long to load. Anyone g...
114
Have been inactive recently on the forums, and this might be considered as bumping old thread.. :3 But, yes, my computer time was correctly set back then.
128
Looks like the problem I used to have long time ago. https://sampforum.blast.hk/showthread.php?tid=544404
180
The code shall be something like this,,: pawn Код: for(new i; i < MAX_PLAYERS, i++);{     if(pTeam(i) == 1)     {          pMembers++;     }     GivePlayerMoney(playerid, 100/...
69
PHP код: stock RankUp(playerid) {     new string[128];     if(GetPlayerScore(playerid) >= 50 && GetPlayerScore(playerid) < 150)     {         pInf...
66
Quote: Originally Posted by Kuroki bad work look this https://www.youtube.com/watch?v=hUIDs_0agxE https://www.youtube.com/watch?v=DRWmtBpxlWk That's a gamemode, this is a filterscript. ...
503
So there's no need to use many includes, it is easy to run system, no need to charge it up with other includes.
503
Hi! It has passed a long time since last time I have released something and I thought of doing something special instead of things that have been done before. I don't know if I am right, but I haven'...
503