help with a command 1st attempt
#5

Quote:
Originally Posted by Don Correlli
It's SendClientMessage, not SendPlayerMessage.
pawn Код:
SendPlayerMessage[playerid,COLOR_YELLOW); "you have cured cured (id: %d)");
should be:
pawn Код:
SendClientMessage(playerid, COLOR_YELLOW, "you have cured cured (id: %d)", playerid);
C:\Documents and Settings\matt\Desktop\SAMP LEARNING\gamemodes\learning.pwn(427) : warning 211: possibly unintended assignment
C:\Documents and Settings\matt\Desktop\SAMP LEARNING\gamemodes\learning.pwn(430) : error 028: invalid subscript (not an array or too many subscripts): "SendClientMessage"
C:\Documents and Settings\matt\Desktop\SAMP LEARNING\gamemodes\learning.pwn(430) : warning 215: expression has no effect
C:\Documents and Settings\matt\Desktop\SAMP LEARNING\gamemodes\learning.pwn(430) : warning 215: expression has no effect
C:\Documents and Settings\matt\Desktop\SAMP LEARNING\gamemodes\learning.pwn(430) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\matt\Desktop\SAMP LEARNING\gamemodes\learning.pwn(430) : error 029: invalid expression, assumed zero
C:\Documents and Settings\matt\Desktop\SAMP LEARNING\gamemodes\learning.pwn(430) : fatal error 107: too many error messages on one line

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


4 Errors.
i now get themmessages looks like ima have to study it more
Reply


Messages In This Thread
help with a command 1st attempt - by madmatty - 28.06.2009, 18:03
Re: help with a command 1st attempt - by Correlli - 28.06.2009, 18:06
Re: help with a command 1st attempt - by madmatty - 28.06.2009, 18:12
Re: help with a command 1st attempt - by Correlli - 28.06.2009, 18:14
Re: help with a command 1st attempt - by madmatty - 28.06.2009, 18:20
Re: help with a command 1st attempt - by pascallj - 28.06.2009, 18:26
Re: help with a command 1st attempt - by madmatty - 28.06.2009, 18:41
Re: help with a command 1st attempt - by pascallj - 28.06.2009, 18:50
Re: help with a command 1st attempt - by madmatty - 28.06.2009, 19:03
Re: help with a command 1st attempt - by MadeMan - 28.06.2009, 19:56

Forum Jump:


Users browsing this thread: 2 Guest(s)