01.12.2011, 12:06
Se vocк se refere deste: carro[playerid] crie no inicio do GM: new carro[MAX_PLAYERS];
pawn Код:
carid = CreateVehicle //Troque isto
carro[playerid] = CreateVehicle //Por isto
PutPlayerInVehicle(playerid, carid, 0); //Troque isto
PutPlayerInVehicle(playerid, carro[playerid], 0); //Por isto