18.03.2013, 17:15
This can be, when i do cikle, from cars in onplayerupdate?
new autos[ MAX_PLAYERS ];
new autos[ MAX_PLAYERS ];
Код:
public OnPlayerUpdate(playerid) { if( IsPlayerConnected( playerid ) ) { if( GetPlayerState( playerid ) == PLAYER_STATE_DRIVER ) { for(autos[ playerid ] = 1; autos[ playerid ] < MAX_VEHICLES; autos[ playerid ] ++ ) { } } }