Script 2 warnings can't solve it please help me.
#2

The first one means that the function 'giveweaponstohim' is unimplemented, means you've only declared it. (forward giveweaponstohim).

You need to implement the function:
pawn Код:
public giveweaponstohim(...)
{
   
}
The second one means you're missing a closing bracket somewhere in the last part of the script, Pawno 'thinks' that there should be a continuation to the script, but it can't find it, so it tries to find the closing bracket, but it can't find it either, so it warns you.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)