Server unknown command problem (help me!)
#2

You could just change it from /enter to the actual enter key...which means it isnt a command, but a keypress... you want to change the 1024 to the enter key... that is currently set to the ALT KEY.... Like So
Code:
//----------------------------------------------------------
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if (PRESSED(1024))
	{
		if(IsPlayerInRangeOfPoint(playerid,3,-1091.3252,-1613.6198,77.0530)) // Admin Area
		{
                  //DOOO WHAT EVERE HERE <<
                }
          }        
}
Reply


Messages In This Thread
Server unknown command problem (help me!) - by >>Th0r<< - 08.06.2011, 12:22
Re: Server unknown command problem (help me!) - by Skidmarks - 08.06.2011, 13:01
Re: Server unknown command problem (help me!) - by >>Th0r<< - 08.06.2011, 14:23
Re: Server unknown command problem (help me!) - by >>Th0r<< - 08.06.2011, 14:27

Forum Jump:


Users browsing this thread: 1 Guest(s)