Little problems!
#5

My command looks like this:
if(!strcmp(cmdtext, "/wh", true))
{
if(IsPlayerInRangeOfPoint(playerid, 3.0, 2175.5471,1619.1520,999.9766))
{
if (PlayerOrg[playerid] == 8 )
{
SetPlayerHealth(playerid,100);
GivePlayerWeapon(playerid,4,5);
GivePlayerWeapon(playerid,23,3500);
GivePlayerWeapon(playerid,29,3500);
GivePlayerWeapon(playerid,31,3500);
GivePlayerWeapon(playerid,34,100);
}
}
}

The problem is that I don't have PlayerOrg in the gamemode file, because it is in the filterscript file! So, please help me!
Reply


Messages In This Thread
Little problems! - by T_Boy - 03.09.2012, 19:06
Re: Little problems! - by ikkentim - 03.09.2012, 20:14
Re: Little problems! - by [BOPE]Seu._.Madruga - 03.09.2012, 20:19
Re: Little problems! - by T_Boy - 04.09.2012, 07:29
Re: Little problems! - by T_Boy - 04.09.2012, 07:57
Re: Little problems! - by shamortiy - 04.09.2012, 10:48
Re: Little problems! - by T_Boy - 04.09.2012, 13:43
Re: Little problems! - by ikkentim - 05.09.2012, 19:41
Re: Little problems! - by T_Boy - 06.09.2012, 13:25

Forum Jump:


Users browsing this thread: 1 Guest(s)