Textdraw.
#1

I made this command here:

Код:
if(strcmp(cmdtext, "/hidetext", true, 10) == 0)
{
    TextDrawHideForPlayer(Textdraw1);
    return 1;
}
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!
Reply


Messages In This Thread
Textdraw. - by TheDominator - 22.04.2012, 23:37
Re: Textdraw. - by 2KY - 22.04.2012, 23:39
Re: Textdraw. - by TheDominator - 22.04.2012, 23:42
Re: Textdraw. - by 2KY - 23.04.2012, 00:24
Re: Textdraw. - by mentalen1 - 23.04.2012, 00:31

Forum Jump:


Users browsing this thread: 1 Guest(s)