How do i fix this command?
#4

pawn Код:
if(!strcmp(cmd,"/wall",true))
{
  if(GetPlayerMoney(playerid<=20000) return SendClientMessage(playerid,red,"You need 20,000$");
  new Float:x,Float:y,Float:z;
  GetPlayerPos(playerid,x,y,z);
  CreateObject(974,x,y+2,z,0,0,0);
  return GivePlayerMoney(playerid,-20000);
}
In the first code, /wall doesn't have 10 cells.
Reply


Messages In This Thread
How do i fix this command? - by Drift_04 - 23.03.2009, 02:17
Re: How do i fix this command? - by [HiC]TheKiller - 23.03.2009, 05:28
Re: How do i fix this command? - by Drift_04 - 23.03.2009, 06:11
Re: How do i fix this command? - by MenaceX^ - 23.03.2009, 08:59
Re: How do i fix this command? - by Dujma - 23.03.2009, 09:01
Re: How do i fix this command? - by MenaceX^ - 23.03.2009, 09:04
Re: How do i fix this command? - by Dujma - 23.03.2009, 09:08
Re: How do i fix this command? - by Drift_04 - 23.03.2009, 14:17
Re: How do i fix this command? - by Nero_3D - 23.03.2009, 15:01
Re: How do i fix this command? - by Drift_04 - 23.03.2009, 22:06

Forum Jump:


Users browsing this thread: 1 Guest(s)