problem with some commands with ZCMD
#1

i got that simple command

PHP код:
CMD:kill(playeridparams[])
{
     if(
connected[playerid] == true) return GameTextForPlayer(playerid"~r~Spawn First"50005);
     
SetPlayerHealth(playerid0);
     
SendClientMessage(playerid, -1"{c3c3c3}(INFO) You have killed yourself! (-8 points, -50 respect lost!)");
     
pInfo[playerid][Deaths]  += 1;
     
pInfo[playerid][Points]  -= 8;
     
pInfo[playerid][Respect] -= 50;
     return 
1;

But somehow, the command works, but when i write it and suddenly run it, it shows "Unknown Command" etc, like its unknown but actually not.??
Reply


Messages In This Thread
problem with some commands with ZCMD - by wallen - 28.02.2018, 16:06
Re: problem with some commands with ZCMD - by Sew_Sumi - 28.02.2018, 16:14
Re: problem with some commands with ZCMD - by wallen - 28.02.2018, 16:24
Re: problem with some commands with ZCMD - by Fratello - 28.02.2018, 16:42
Re: problem with some commands with ZCMD - by wallen - 28.02.2018, 16:43
Re: problem with some commands with ZCMD - by Fratello - 28.02.2018, 16:45
Re: problem with some commands with ZCMD - by ISmokezU - 28.02.2018, 17:04
Re: problem with some commands with ZCMD - by Hunud - 28.02.2018, 17:20

Forum Jump:


Users browsing this thread: 1 Guest(s)