16.01.2014, 18:28
pawn Код:
[21:39:30] Warning: client exceeded 'messageholelimit' (1) 78.56.238.112:55520 (3915) Limit: 3000
The code if it helps:
pawn Код:
if(vehicleid)
{
new Float:x,Float:y,Float:z;
GetVehicleVelocity(vehicleid, x, y, z);
new Float:speed = GetVehicleSpeed(vehicleid);
while(speed > 100) SetVehicleVelocity(vehicleid, x*0.1, y*0.1, z*0.1);
}
I'm not even sure this is important as this code shouldn't be used anywhere in a real situation.
But to be sure I reported it here.