31.05.2013, 20:07
Quote:
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 Код:
pawn Код:
|
Код:
stock IsACop(playerid) { if(PlayerInfo[playerid][pFac] == 1) return 1; return 0; }