Posts: 33
Threads: 7
Joined: Sep 2011
Reputation:
0
i mean that red light that makes a tall red smoke... and does it need any other things to write to use it as a filterscript?
Posts: 512
Threads: 15
Joined: Mar 2011
Reputation:
0
Yes, I Knoww but.. I don't know the ObjectID !
Posts: 33
Threads: 7
Joined: Sep 2011
Reputation:
0
18728 this is the id... just a question... for lux admin we need to use : "If(IsPlayerVipMember(playerid))"
but there isnt any line with that...isnt that script wrong? :O
like this :
if(strcmp(cmd, "/healme", true) == 0)
{
if(IsPlayerVipType(playerid,2))
{
SetPlayerHealth(playerid, 100);
}
else SendClientMessage(playerid, COLOR_WHITE, "ERROR: You not is a Silver or Gold Member!");
return 1;
}
and.. i just need to type that script you wrote to use it as a filter script or i should add someother things to script?