/newbie command help
#1

i have a simple /newbie command i get 4 errors here is the cmd and the errors
Код:
if(!strcmp(cmdtext, "/newbie", true))
	{
    format(string, sizeof(string), "[NEWBIE]: Newbie %s: %s", sendername, result);
    return 1;
    }
errors
Код:
C:\Documents and Settings\Marwan\Desktop\1\samp03csvr_win32\gamemodes\S.pwn(144) : error 017: undefined symbol "string"
C:\Documents and Settings\Marwan\Desktop\1\samp03csvr_win32\gamemodes\S.pwn(144) : error 017: undefined symbol "string"
C:\Documents and Settings\Marwan\Desktop\1\samp03csvr_win32\gamemodes\S.pwn(144) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Marwan\Desktop\1\samp03csvr_win32\gamemodes\S.pwn(144) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Reply


Messages In This Thread
/newbie command help - by marwan - 02.04.2011, 08:16
Re: /newbie command help - by kiss - 02.04.2011, 08:17
Re: /newbie command help - by marwan - 02.04.2011, 08:19
Re: /newbie command help - by kiss - 02.04.2011, 08:21
Re: /newbie command help - by spedico - 02.04.2011, 09:44
Re: /newbie command help - by marwan - 02.04.2011, 15:37
Re: /newbie command help - by armyoftwo - 02.04.2011, 15:48
Re: /newbie command help - by SchurmanCQC - 02.04.2011, 15:49
Re: /newbie command help - by marwan - 02.04.2011, 15:57
Re: /newbie command help - by marwan - 03.04.2011, 11:28

Forum Jump:


Users browsing this thread: 2 Guest(s)