Little Help
#1

Hello everybody.Today I download Fiki`s clan.inc and I have little problem

pawn Код:
public OnPlayerText(playerid, text[])
{
    CLAN_OnPlayerText(playerid, text[]);
    return 1;
}
This code produce error:
Код:
D:\SA-MP Server Stuff\SA-MP Server\filterscripts\clantest.pwn(154) : error 029: invalid expression, assumed zero
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#2

remove the '[]'

PHP код:
public OnPlayerText(playeridtext[])
{
    
CLAN_OnPlayerText(playeridtext);
    return 
1;

Reply
#3

Quote:
Originally Posted by Youice
Посмотреть сообщение
remove the '[]'

PHP код:
public OnPlayerText(playeridtext[])
{
    
CLAN_OnPlayerText(playeridtext);
    return 
1;

oh yea thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)