Quick Question
#1

I have the following command

if(strcmp(cmdtext, "/takeguns", true) == 0)
{
if(PlayerInfo[playerid][pMember] == 14 || PlayerInfo[playerid][pLeader] == 14)
{
ShowMenuForPlayer(gunmenu1,playerid);
return 1;
}
}

How can I make it available only if the player is in a certain place,X,Y,Z ?
Reply


Messages In This Thread
Quick Question - by FreeSoul - 18.04.2009, 08:18
Re: Quick Question - by RyDeR` - 18.04.2009, 08:41
Re: Quick Question - by RyDeR` - 18.04.2009, 08:44

Forum Jump:


Users browsing this thread: 1 Guest(s)