Problems with CMD
#1

Ive been trying to build a CMD where u can Throw a Rock at a car driver within a 50m radius I have no idea how heres my cmd so far

Код:
  	if (!strcmp(cmd, "/rock", true))
   	new rands = random(2)+1;
 if(rands == 1) {
 SetPlayerHealth(giveplayerid, 0);
 }
 else
 {
SendClientMessage(playerid, COLOR_RED, "You Just Failed);
 }
 return 1;
 }
Reply


Messages In This Thread
Problems with CMD - by mini-d - 10.06.2009, 06:12
Re: Problems with CMD - by Burridge - 10.06.2009, 06:15
Re: Problems with CMD - by Abernethy - 10.06.2009, 06:32
Re: Problems with CMD - by mini-d - 10.06.2009, 06:44
Re: Problems with CMD - by Joe Staff - 10.06.2009, 06:47

Forum Jump:


Users browsing this thread: 1 Guest(s)