/kill problem
#1

Hello, i got a little problem

My /kill won't work before it worked but now..

Can anyone help me and ye ik it supposed to be under OnPlayerCommandText or whatever
Reply
#2

CMD:kill(playerid, params[])
{
SetPlayerHealth(playerid, -1);
}

its zcmd tho
Reply
#3

oke ima try dat
Reply
#4

Oh thanks bro !
Reply
#5

Код:
public OnPlayerCommandText(playerid,cmdtext[]) {
	if(!strcmp(cmdtext[1],"kill",true)) return SetPlayerHealth(playerid,-1);
	return 0;
}
Reply
#6

Quote:
Originally Posted by YanLanger
Посмотреть сообщение
Oh thanks bro !
so no rep? xD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)