Search Results
It's now working, it was renamed to "repair_pickups" instead of "repair_system"
125
It's not loading repair ids into the game. or calling the function Code: public OnGameModeInit() { for(new i = 0; i != sizeof(ARepairPickups); i++) ARepairPickups[i][PickupID] = -1; mysql_tque...
125
Does anyone know why not loading repair id?
150
Quote: Originally Posted by iorp update the code Код: forward OnLoadRepairPickups(playerid); public OnLoadRepairPickups() { new count; cache_get_row_count(count); // Get total row...
150
Quote: Originally Posted by iorp Код: cache_get_value_name_int(0, "PickupID", ARepairPickups[i][PickupID]); // use i instead 0 don't save pickup id, because samp generate new when you ...
150
I have a problem with saving repair id and which it won't load. prints in database, Код: PickupID pux puy puz -1 -2030.85 179.518 28.8359 -1 -2027.27 172.638 28.8359 -1 -2033.39 175...
150
Quote: Originally Posted by bgedition Code: ..... VALUES ('%e', '%e', '%e', '%e', 0,'%d')", name[playerid], ...... That in the red is your problem. You are accessing the array from a give...
125
When I register the name "max" the server log puts "ax". Code: [10:29:52] [INFO] query "INSERT INTO `accounts` (`Name`, `Password`, `IP`, `personalmsg`, `Admin`,`Money`) VALUES ('ax', 'DC587CD2F91B3...
125
When i register account and the server shuts down. Code: [12:35:04] [plugins/mysql] error #1136 while executing query "INSERT INTO `accounts` (`Name`, `Password`, `IP`, `personalmsg`, `Admin`, `Money...
119
Nope. You can increase it. id, name, reason, admin, datestring, timestring etc. take place of strings so you have to increase some more. on to 155.
104
increase this Код: new string[128]; to Код: new string[255];
104
Quote: Originally Posted by Sew_Sumi You need to do a for loop checking that the trailer is actually in thidden[], rather than simply going off the model of the trailer. If you're only go...
129
How can i store hidden trailers inside MySQL. When you put up the hidden trailer it will have a message saying "You already use this trailer, Find another one to use". and you can't use it again. ...
129
Your code must return 1. check your code. Код: if (gPlayerLogged[playerid] != 0) <--- Are you login?
137
I don't understand you. Like a Admin,vip, etc command? Or Account?
121
Quote: Originally Posted by bgedition [WRONG] - sorry Then point it out. what's wrong. BTW. Check here. https://sampforum.blast.hk/showthread.php?tid=199796
137
Quote: Originally Posted by Banditul18 You can pm PowerPC603 but i doubt he still have that old system. You can extract the systen out of the ppc_trucking gamemode if you really want it ...
186
Please more English. I don't understand what are you saying. WYM it does not function?
186