#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
#2

It means that you have already created /kill command somewhere in your script, check for it.
Reply
#3

solved, thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)