17.01.2013, 06:51
Quote:
airplanesimen: That's not how variables work - just because two have the same name doesn't make them the same! It's like two people called "Mark" are not the same person, and if you make a new person and call it Mark, it doesn't instantly become the other two.
park4bmx: That's not how "params" works! |
pawn Код:
new veh;
if(sscanf(params,"u",driver) return ...................
veh = GetPlayerVehicleID(driver);