Pawno Error
#1

Quote:

D:\Server\pawno\Script.pwn(116) : warning 213: tag mismatch
D:\Server\pawno\Script.pwn(120) : warning 209: function "OnPlayerCommandText" should return a value
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Warnings.

Plz help me
Reply
#2

You didn't return anything with OnPlayerCommandText

Ex:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    return 1;
}
As for the tag mismatch, you need to show us that specific line in order for use to help you.
Reply
#3

Show us the lines please.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)