11.05.2010, 21:05
i ask because if i send 2 people there they cant c eachother move or shoot i made a test FS.
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.
Код:
#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;
}
because if i use this code they cant even c each other moving, let alone firing.
any help much appreciated.



then i had this problem when i test with more than one player.
couldnt w8 to get home to fix (that didnt go well).