08.02.2009, 11:47
Hi i have this public set on timer 1sec...
But every 1sec it do itself about 100 times... (i added print) so every second it spammed 100 times... wtf is with it?
pawn Код:
public LinkCar()
{
for(new playerid=0; playerid<MAX_PLAYERS; playerid++)
{
LinkVehicleToInterior(GetPlayerVehicleID(playerid),GetPlayerInterior(playerid));
SetVehicleVirtualWorld(GetPlayerVehicleID(playerid),GetPlayerVirtualWorld(playerid));
}
}