Virtual world help
#1

Greetings, i need help i mapped someting and i want to place it ONLY in virtual world 1 and Interior 1 how can i do that i did it like this



Код:
public OnFilterScriptExit() {
    for(new i; i < MAX_PLAYERS; i++) {
	    if(GetPlayerVirtualWorld(i) != 1 || GetPlayerInterior(i) != 1) {
			TogglePlayerControllable(i, false);
		}
	}
}
But its still on Virtual word 0...
Reply


Messages In This Thread
Virtual world help - by kevin_1991 - 14.10.2014, 12:56
Re: Virtual world help - by MasonSFW - 14.10.2014, 13:00
Re: Virtual world help - by kevin_1991 - 14.10.2014, 13:07
Re: Virtual world help - by kevin_1991 - 14.10.2014, 13:10
Re: Virtual world help - by iOxide - 14.10.2014, 13:40
Re: Virtual world help - by kevin_1991 - 14.10.2014, 13:54
Re: Virtual world help - by iOxide - 14.10.2014, 14:15

Forum Jump:


Users browsing this thread: 1 Guest(s)