Problem with CallRemoteFunction
#1

That's my callremotefunction

In the .inc file


Код:
forward IsPlayerLockCall(playerid);
Код:
public B_Ban(playerid,reason[])
{
	if(IsPlayerConnected(playerid))
	{
	  CallRemoteFunction("IsPlayerLockCall","i",playerid);
	  return 1;
	}
	return 0;
}
and in the gamemode file

Код:
public IsPlayerLockCall(playerid)
{
	return (PlayerInfo[playerid][pLocked] = 1);
}
And simple it's not working!, where is the problem?
Reply


Messages In This Thread
Problem with CallRemoteFunction - by Ben147 - 09.04.2010, 22:48
Re: Problem with CallRemoteFunction - by Ben147 - 10.04.2010, 00:35
Re: Problem with CallRemoteFunction - by Ben147 - 10.04.2010, 02:27
Re: Problem with CallRemoteFunction - by Ben147 - 10.04.2010, 02:34

Forum Jump:


Users browsing this thread: 1 Guest(s)