24.07.2015, 11:45
Your code is horribly optimized, but try debugging your script. Start out trying to find out what ID 'vehicleid' and 'carid' actually returns.
change 'vehicleid' to 'carid' where it says 'carid'.
pawn Код:
new debug[32];
format(debug,32,"Vehicleid: %d",vehicleid);
SendClientMessage(playerid,-1,debug);