15.07.2014, 11:57
PHP код:
new __old_sync_protect[ MAX_PLAYERS ] ;
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger){
if( ( GetTickCount() - __old_sync_protect[ playerid ] ) < 200 ){
return Kick( playerid );
}
__old_sync_protect[ playerid ] = GetTickCount();
return true;
}
Сейчас вышел новый каршот, который не вызывает ни одного каллбэка.