The Problem PutPlayerInVehicle.
#1

Hello! Please tell me how to do correctly.
pawn Код:
public OnGameModeInit(){
    Veh = CreateVehicle
    Vehl = CreateVehicle
    return true;
}

for(new i = 0; i < MAX_PLAYERS; i++){
    PutPlayerInVehicle(i, Veh, 0);
    PutPlayerInVehicle(i, Veh, 1);
    PutPlayerInVehicle(i, Veh, 2);

    PutPlayerInVehicle(i, Vehl, 0);
    PutPlayerInVehicle(i, Vehl, 1);
    PutPlayerInVehicle(i, Vehl, 2);
}
as spawned players in transport?

Translate: ******.
Reply


Messages In This Thread
The Problem PutPlayerInVehicle. - by Nikid - 28.11.2013, 11:24
Re: The Problem PutPlayerInVehicle. - by xVIP3Rx - 28.11.2013, 11:30
Re: The Problem PutPlayerInVehicle. - by Nikid - 28.11.2013, 11:38
Re: The Problem PutPlayerInVehicle. - by xVIP3Rx - 28.11.2013, 11:39
Re: The Problem PutPlayerInVehicle. - by Nikid - 28.11.2013, 11:46
Re: The Problem PutPlayerInVehicle. - by xVIP3Rx - 28.11.2013, 12:03
Re: The Problem PutPlayerInVehicle. - by Nikid - 28.11.2013, 12:20
Re: The Problem PutPlayerInVehicle. - by Nikid - 28.11.2013, 12:25
Re: The Problem PutPlayerInVehicle. - by xVIP3Rx - 28.11.2013, 13:40
Re: The Problem PutPlayerInVehicle. - by Nikid - 28.11.2013, 17:13

Forum Jump:


Users browsing this thread: 5 Guest(s)