# 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); } }