1 Question & One simple answer
#6

Quote:
Originally Posted by Naxix
Quote:
Originally Posted by juice.j
Simple answer: It won't.

Neither does the one of Naxix.
Really depends how you use it.

Example:
Code:
dcmd_buydeagle(playerid,params[])
{
   if(GetPlayerMoney(playerid, <= 999)) return SendClientMessage(playerid,0xFFFFFFF,"ERROR: You need to have $1000 for this item");
   else


   {
      GivePlayerWeapon(playerid,24,100);
   }
   return 1;
}
Else i don't know waht he mean.

Well i'm kind of a beginner but are give it a try, Still litle confused with this line "dcmd_buydeagle(playerid,params[])"



And this was going to go in a menu.
Reply


Messages In This Thread
1 Question & One simple answer - by Jay. - 16.05.2010, 13:23
Re: 1 Question & One simple answer - by Naxix - 16.05.2010, 13:26
Re: 1 Question & One simple answer - by juice.j - 16.05.2010, 13:30
Re: 1 Question & One simple answer - by Jay. - 16.05.2010, 13:33
Re: 1 Question & One simple answer - by Naxix - 16.05.2010, 13:33
Re: 1 Question & One simple answer - by Jay. - 16.05.2010, 13:36
Re: 1 Question & One simple answer - by Naxix - 16.05.2010, 13:39
Re: 1 Question & One simple answer - by Jay. - 16.05.2010, 13:39
Re: 1 Question & One simple answer - by juice.j - 16.05.2010, 14:29

Forum Jump:


Users browsing this thread: 4 Guest(s)