[HELP] Multiple inputs per command
#5

Quote:
Originally Posted by [TC]XxJuggaloxX
Посмотреть сообщение
https://sampwiki.blast.hk/wiki/SendClientMessageToAll
pawn Код:
if (strcmp("/adminmessage", cmdtext, true) == 0 || strcmp(cmdtext,"/am",true)==0)
{
     new string[128];
     format(string, sizeof(string), "%s", params);
     SendClientMessageToAll(COLOR_LIGHTBLUE, string);
     return 1;
}
This gives me the following error
Код:
F:\SAMP\gamemodes\naterp.pwn(146) : error 017: undefined symbol "params"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply


Messages In This Thread
[HELP] Multiple inputs per command - by Nathan_Taylor - 26.02.2013, 03:48
Re: [HELP] Multiple inputs per command - by [TC]XxJuggaloxX - 26.02.2013, 04:05
Re: [HELP] Multiple inputs per command - by Nathan_Taylor - 26.02.2013, 04:12
Re: [HELP] Multiple inputs per command - by [TC]XxJuggaloxX - 26.02.2013, 04:29
Re: [HELP] Multiple inputs per command - by Nathan_Taylor - 26.02.2013, 04:35
Re: [HELP] Multiple inputs per command - by [TC]XxJuggaloxX - 26.02.2013, 05:10

Forum Jump:


Users browsing this thread: 1 Guest(s)