why cant people shoot eachother in a diff virtual world than 0
#1

i ask because if i send 2 people there they cant c eachother move or shoot i made a test FS.
Код:
#define FILTERSCRIPT

#include <a_samp>
#include <zcmd>
public OnFilterScriptInit()
{
	print("\n--------------------------------------");
	print(" Blank Filterscript by your name here");
	print("--------------------------------------\n");
	return 1;
}

public OnFilterScriptExit()
{
	return 1;
}
COMMAND:vw0(playerid,params[])
{
	SetPlayerVirtualWorld(playerid,0);
	return 1;
}
COMMAND:vw1(playerid,params[])
{
	SetPlayerVirtualWorld(playerid,1);
	return 1;
}
now if im not wrong players in vw1 should be able to shoot each other?
because if i use this code they cant even c each other moving, let alone firing.
any help much appreciated.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)