Auto Player Pos Change

Started by Zone_Killer, Dec 12, 2016, 12:12 PM

Previous topic - Next topic

Zone_Killer

Hello guyz, I how i can make a function after every 10 Minutes Change Player Pos and World
Sorry for bad english
Bohemia Is God Of Punjabi Rap
Yo Yo Honey Singh tou chutiya hai

KAKAN

NewTimer("Change".600000,0); //Do it according to the syntax. I forgot VCMP's Squirrel scripting, so it might be wrong.
function Change(){
for( local player, i = 0; i < 100; i++ ){
player = FindPlayer(i);
if( !player ) continue;
player.Pos = Vector(0,0,0);
player.World = 123456;
}
}
oh no

Zone_Killer

Bro I say after every 10 minutes
it works just 1 time
Bohemia Is God Of Punjabi Rap
Yo Yo Honey Singh tou chutiya hai

KAKAN

Quote from: Azrael. on Dec 12, 2016, 12:37 PMBro I say after every 10 minutes
it works just 1 time
just wait for another 10mins to see it.
oh no