NOPCheck.
#1

How can I fix this?

Код:
C:\Users\User\Desktop\h\Private\h\pawno\test.pwn(4970) : error 012: invalid function call, not a valid address
C:\Users\User\Desktop\h\Private\h\pawno\test.pwn(4970) : warning 215: expression has no effect
C:\Users\User\Desktop\h\Private\h\pawno\test.pwn(4970) : error 001: expected token: ";", but found ")"
C:\Users\User\Desktop\h\Private\h\pawno\test.pwn(4970) : error 029: invalid expression, assumed zero
C:\Users\User\Desktop\h\Private\h\pawno\test.pwn(4970) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Line 4970:
Код:
	NOPCheck(playerid);
Reply
#2

Someone?
Reply
#3

Show full code:
Код HTML:
NOPCheck(playerid);
And show that code too, where that NOPCheck(playerid); is placed.
Reply
#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
#5

Someone please?
Reply
#6

Show me NOPCheck function, because I see only ExecuteNOPAction f-tion.
Reply
#7

its simple. you do not have an NOPCheck function, and need to declare it.
i think ive answered this question already in another thread.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)