09.01.2013, 22:44
Buenas a Todos, Necesito Ayuda con esto ke tengo la Lamparita quemada :P XD.
chequear todos los vehiculos y detectar los vehiculos sin conductor y dale una funcion.
hice estto pero esta imcompleto:
Desde ya muichas Gracias.
chequear todos los vehiculos y detectar los vehiculos sin conductor y dale una funcion.
hice estto pero esta imcompleto:
pawn Код:
stock VerifyVehicleDriver()
{
for(new v=0; v<MAX_VEHICLES; v++)
for(new i=0; i<GetMaxPlayers(); i++)
if(IsPlayerConnected(i))
if(IsPlayerInAnyVehicle(i))
if(GetPlayerVehicleSeat(i) == 0)
return 0;
}