20.11.2009, 15:17
i putted in OnPlayerCommandText this code now why i have now error what means that error what is saying?
this is my error
plz help me somewone i will apreciate
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/Dai bataie", cmdtext, true, 10) == 0)
{
new
a = 5;
if(a == 5)
print("a is 5");
return 1;
Код:
C:\PROGRA~1\ROCKST~1\SERVER~1.3AR\GAMEMO~1\TESTE_~1.PWN(95) : warning 217: loose indentation C:\PROGRA~1\ROCKST~1\SERVER~1.3AR\GAMEMO~1\TESTE_~1.PWN(97) : warning 217: loose indentation Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Warnings.

