Stop Repeating Yourself
#6

Quote:
Originally Posted by Crusher!!
uh think something:
pawn Код:
new Text[MAX_PLAYERS][256] = " }~{ ";

public OnPlayerText(playerid,text[])
{
if(Text[playerid] == text)
{
SendClientMessage(playerid,color,"You're repeating youself ^^");
return 0;
}
Text[playerid] = text;
return 1;
}
Theres something wrong with this
Код:
C:\DOCUME~1\User\Desktop\MYNEWE~1\GAMEMO~1\SU.pwn(21452) : error 001: expected token: "{", but found "-string-"
C:\DOCUME~1\User\Desktop\MYNEWE~1\GAMEMO~1\SU.pwn(21452) : error 001: expected token: "}", but found ";"
C:\DOCUME~1\User\Desktop\MYNEWE~1\GAMEMO~1\SU.pwn(21456) : error 033: array must be indexed (variable "Text")
C:\DOCUME~1\User\Desktop\MYNEWE~1\GAMEMO~1\SU.pwn(21461) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


6 Errors.
Reply


Messages In This Thread
Stop Repeating Yourself - by BP13 - 06.10.2009, 00:59
Re: Stop Repeating Yourself - by spiper - 06.10.2009, 01:03
Re: Stop Repeating Yourself - by Crusher!! - 06.10.2009, 01:04
Re: Stop Repeating Yourself - by usa.vs.iraq - 06.10.2009, 01:06
Re: Stop Repeating Yourself - by BP13 - 06.10.2009, 01:12
Re: Stop Repeating Yourself - by BP13 - 06.10.2009, 01:14
Re: Stop Repeating Yourself - by Calgon - 06.10.2009, 02:54
Re: Stop Repeating Yourself - by eXchainZ-FoReVeR - 06.10.2009, 10:28
Re: Stop Repeating Yourself - by Correlli - 06.10.2009, 10:29
Re: Stop Repeating Yourself - by eXchainZ-FoReVeR - 06.10.2009, 10:30

Forum Jump:


Users browsing this thread: 1 Guest(s)