#I'm getting these messages in the console, and my server's processor is on heat

4 messages ยท Page 1 of 1 (latest)

stone herald
#

better cool it

flat meadow
#

27584 show us near that line

small ridge
#

for(new i = 0; i < MAX_ACTORS; i ++)
{
if(IsValidActor(i))
{
new
Float:x,
Float:y,
Float:z;
GetActorPos(i, x, y, z);
SetActorPos(i, x, y, z);
}
}

flat meadow
#

Why are you doing that?