Jester problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Jester problem (
/showthread.php?tid=457912)
Jester problem -
Tanush123 - 14.08.2013
Well this only happens for Jester. When i mod a jester, the ids messes up. Here is front bumper. When i do X flow, i get 1173 and for alien i get 1158
This is front bumper for jester under OnVehicleMod
pawn Код:
if(componentid == 1117 || componentid == 1153 || componentid == 1154 || componentid == 1156 || componentid == 1158 || componentid == 1161 || componentid == 1166 || componentid == 1167 || componentid == 1170 || componentid == 1171 || componentid == 1172 || componentid == 1173 || componentid == 1174 || componentid == 1175 || componentid == 1176 || componentid == 1180 || componentid == 1182 || componentid == 1183)
{
CarSystem[playerid][FrontBumper] = componentid;
format(query,sizeof(query),"UPDATE `PlayerDealership` SET `FrontBumper` = %d WHERE `Owner` = '%s'",componentid,Nam);
mysql_query(query);
}
Re: Jester problem -
Tanush123 - 18.08.2013
Bump
Re: Jester problem -
Tanush123 - 23.08.2013
Bump