Error
#1

Excuse me guys can you help em with this pls?

Код:
C:\Users\Jaua\Downloads\samp037_svr_R2-1-1_win32\gamemodes\baserp.pwn(1724) : error 021: symbol already defined: "cmd_kill"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
line 1723 to 1733

PHP код:
CMD:kill(playerid)
{
        if (
IsPlayerConnected(playerid))
        {
        
SendClientMessage(playerid0xFF8282AA"You lost $1,000 to pay for your antidepressants.");
        
SendClientMessage(playerid0xFF8282AA"Before you are discharged, Hospital staff will confiscate your weapons.");
        
GivePlayerMoney(playerid, -1000);
        
SetPlayerHealth(playerid,0);
        }
        return 
1;

Reply


Messages In This Thread
Error - by Jaua10 - 03.06.2018, 21:00
Re: Error - by andrejc999 - 03.06.2018, 21:13
Re: Error - by Jaua10 - 03.06.2018, 23:24

Forum Jump:


Users browsing this thread: 1 Guest(s)