[INFO]Function
#5

intent using a streamer like this ..

Код:
public OnPlayerConnect(playerid)
{
	if(!IsPlayerNPC(playerid))
	{
		Streamer_AddPlayer(playerid);
	}
	if(...)
	{
		return CallLocalFunction(..., ..., playerid);
	}
	return 1;
}
Код:
public Streamer_OnPlayerConnect(playerid)
{
//functions here
	return 1;
}
Reply


Messages In This Thread
[INFO]Function - by TheBluec0de - 12.08.2011, 16:24
Re: [INFO]Function - by [MG]Dimi - 12.08.2011, 17:27
Re: [INFO]Function - by TheBluec0de - 12.08.2011, 21:29
Re: [INFO]Function - by DRIFT_HUNTER - 12.08.2011, 21:50
Re: [INFO]Function - by TheBluec0de - 12.08.2011, 22:17
Re: [INFO]Function - by Basicz - 13.08.2011, 00:17
Re: [INFO]Function - by TheBluec0de - 13.08.2011, 00:29

Forum Jump:


Users browsing this thread: 1 Guest(s)