22.04.2012, 23:37
I made this command here:
And I get 2 errors which are:
C:\Users\graham\Desktop\DIS.pwn(3271) : warning 213: tag mismatch
C:\Users\graham\Desktop\DIS.pwn(3271) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
Can someone please help me with this? I will give them +Rep!
Код:
if(strcmp(cmdtext, "/hidetext", true, 10) == 0) { TextDrawHideForPlayer(Textdraw1); return 1; }
C:\Users\graham\Desktop\DIS.pwn(3271) : warning 213: tag mismatch
C:\Users\graham\Desktop\DIS.pwn(3271) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
Can someone please help me with this? I will give them +Rep!