NOPCheck.
#4

Quote:
Originally Posted by HardRock
Посмотреть сообщение
Show full code:
Код HTML:
NOPCheck(playerid);
And show that code too, where that NOPCheck(playerid); is placed.
Here dude

Код:
ExecuteNOPAction(playerid)
{
	new string[128];
	new newcar = GetPlayerVehicleID(playerid);
	if(NOPTrigger[playerid] >= MAX_NOP_WARNINGS) { return 1; }
	NOPTrigger[playerid]++;
	RemovePlayerFromVehicle(playerid);
	new Float:X, Float:Y, Float:Z;
	GetPlayerPos(playerid, X, Y, Z);
	SetPlayerPos(playerid, X, Y, Z+2);
	NOPCheck(playerid);
	if(NOPTrigger[playerid] > 1)
	{
....
....
....
Reply


Messages In This Thread
NOPCheck. - by Gogorakis - 04.11.2013, 13:18
Re: NOPCheck. - by Gogorakis - 04.11.2013, 13:53
Re: NOPCheck. - by HardRock - 04.11.2013, 14:19
Re: NOPCheck. - by Gogorakis - 04.11.2013, 14:20
Re: NOPCheck. - by Gogorakis - 04.11.2013, 16:43
Re: NOPCheck. - by Infility - 04.11.2013, 16:45
Re: NOPCheck. - by RayDcosta - 04.11.2013, 17:53

Forum Jump:


Users browsing this thread: 1 Guest(s)