CallRemoteFunction
#1

Hello! I've a little problem.

I've got a gamemode, and I'm trying to call a public from the filterscript.

It's like this:

Код:
CMD:start(playerid, p[])
{
	CallRemoteFunction("timeToStart", "");
	return 1;
}
^ In my gamemode.

Код:
forward timeToStart();
public timeToStart()
{
	for(new i=0;i<MAX_PLAYERS;i++)
	{
		SetPlayerPos(i, 3436.7880859375, -1579.4970703125, 17.810886383057);
	}
	return 1;
}
^ In the filterscript. But it won't work. Thank you for help, regards.
Reply


Messages In This Thread
CallRemoteFunction - by IgrexolonO - 28.05.2013, 22:17
Re: CallRemoteFunction - by Pottus - 28.05.2013, 22:22
Re: CallRemoteFunction - by IgrexolonO - 28.05.2013, 22:26
Re: CallRemoteFunction - by IceCube! - 28.05.2013, 22:26
Re: CallRemoteFunction - by IgrexolonO - 28.05.2013, 22:28
Re: CallRemoteFunction - by IceCube! - 28.05.2013, 22:35
Re: CallRemoteFunction - by IgrexolonO - 28.05.2013, 22:41
Re: CallRemoteFunction - by IgrexolonO - 29.05.2013, 05:17

Forum Jump:


Users browsing this thread: 1 Guest(s)