help i have problem
#1

i have problem this:

pawn Код:
C:\Documents and Settings\p\Desktop\New Folder\pawno\Untitled.pwn(75) : error 037: invalid string (possibly non-terminated string)
C:\Documents and Settings\p\Desktop\New Folder\pawno\Untitled.pwn(75) : error 017: undefined symbol "You"
C:\Documents and Settings\p\Desktop\New Folder\pawno\Untitled.pwn(75) : error 017: undefined symbol "Killed"
C:\Documents and Settings\p\Desktop\New Folder\pawno\Untitled.pwn(75) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
        GivePlayerMoney(playerid, -1000);
        SendClientMessage(playerid, 0xFFFFFFFF, "You Died And Lost $1000");
        GivePlayerMoney(killerid, 1000);
        SendClientMessage(killerid,0xFFFFFFFF, "You Killed Him Get the Reward $1000);
    return 1;
}
how to fix that?
Reply


Messages In This Thread
help i have problem - by gondes - 01.04.2011, 07:05
Re: help i have problem - by Mike Garber - 01.04.2011, 07:19
Re: help i have problem - by bijoyekuza - 01.04.2011, 07:20
Re: help i have problem - by gondes - 01.04.2011, 07:37
Re: help i have problem - by Mike Garber - 01.04.2011, 07:56
Re: help i have problem - by gondes - 01.04.2011, 07:59
Re: help i have problem - by Mike Garber - 01.04.2011, 08:01
Re: help i have problem - by [MG]Dimi - 01.04.2011, 08:30
Re: help i have problem - by Cameltoe - 01.04.2011, 08:34
Re: help i have problem - by Placebo - 01.04.2011, 08:34

Forum Jump:


Users browsing this thread: 1 Guest(s)