putplayerinvehicle onplayerspawn?
#1

yeah..

i got this so far

pawn Код:
public OnPlayerSpawn(playerid)
{
    if(gClass[playerid] == 1)
    {
        Cars[playerid] = CreateVehicle(411, 0, 0, 0, 0, 0, 0, 60*10000);
        PutPlayerInVehicle(playerid, Cars[playerid], 0);
    }
    return 1;
}
but i dont know how to finish
Reply


Messages In This Thread
putplayerinvehicle onplayerspawn? - by thomas.. - 06.09.2010, 20:32
Re: putplayerinvehicle onplayerspawn? - by Hiddos - 06.09.2010, 20:36
Re: putplayerinvehicle onplayerspawn? - by thomas.. - 06.09.2010, 20:39
Re: putplayerinvehicle onplayerspawn? - by Relixious - 06.09.2010, 20:41
Re: putplayerinvehicle onplayerspawn? - by thomas.. - 06.09.2010, 20:46
Re: putplayerinvehicle onplayerspawn? - by Relixious - 06.09.2010, 20:50
Re: putplayerinvehicle onplayerspawn? - by thomas.. - 06.09.2010, 21:05
Re: putplayerinvehicle onplayerspawn? - by thomas.. - 06.09.2010, 21:09
Re: putplayerinvehicle onplayerspawn? - by thomas.. - 07.09.2010, 16:01

Forum Jump:


Users browsing this thread: 1 Guest(s)