06.09.2010, 20:32
yeah..
i got this so far
but i dont know how to finish
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;
}