14.10.2014, 12:56
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
But its still on Virtual word 0...
Код:
public OnFilterScriptExit() { for(new i; i < MAX_PLAYERS; i++) { if(GetPlayerVirtualWorld(i) != 1 || GetPlayerInterior(i) != 1) { TogglePlayerControllable(i, false); } } }