04.11.2010, 12:49
Hey, what is wrong on this fuction?
And errors:
PHP код:
if(dialogid == 43)
{
if(response)
{
new text[128];
strmid(text,inputtext,0,128);
if(text="1");
{
SendClientMessage(playerid, BLUE, "Test");
return 1;
}
}
}
PHP код:
C:\Users\Gedas\Desktop\GLS-geras\gamemodes\ls.pwn(14202) : warning 211: possibly unintended assignment
C:\Users\Gedas\Desktop\GLS-geras\gamemodes\ls.pwn(14202) : error 036: empty statement
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase