Why I Get so many Errors Like this?
#9

Quote:
Originally Posted by _Zeus
Посмотреть сообщение
That's a rule at programming.. copying-pasting won't make it works if you've not defined anything.

First of all, about the streamer errors - use the latest plugin/include.

About the rest, they're all most likely custom functions. Try to find to your friend's script about these functions either as
pawn Код:
stock IsACop(playerid)
// ...
or
pawn Код:
IsACop(playerid)
// ...
and add them to your mode. Make sure the variables those functions contains are defined to your mode as well.
I looked in my friends script, and it is absolutely the same as what I have in my script....
Код:
stock IsACop(playerid)
{
	if(PlayerInfo[playerid][pFac] == 1) return 1;
	return 0;
}
Reply


Messages In This Thread
Why I Get so many Errors Like this? - by RalphHaro - 31.05.2013, 18:36
Respuesta: Why I Get so many Errors Like this? - by Stront - 31.05.2013, 18:37
Re: Why I Get so many Errors Like this? - by RalphHaro - 31.05.2013, 19:04
Re: Why I Get so many Errors Like this? - by RalphHaro - 31.05.2013, 19:23
Re: Why I Get so many Errors Like this? - by Littlehelper - 31.05.2013, 19:27
Re: Why I Get so many Errors Like this? - by RalphHaro - 31.05.2013, 19:40
Re: Why I Get so many Errors Like this? - by mahdi499 - 31.05.2013, 19:41
Re: Why I Get so many Errors Like this? - by Konstantinos - 31.05.2013, 20:01
Re: Why I Get so many Errors Like this? - by RalphHaro - 31.05.2013, 20:07
Re: Why I Get so many Errors Like this? - by Konstantinos - 31.05.2013, 20:14

Forum Jump:


Users browsing this thread: 3 Guest(s)