Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - xXDeadwolf456Xx

Pages: 1 ... 18 19 20 21 22 [23]
331
Modification Help / Shop Bricks
« on: September 15, 2013, 04:00:20 PM »
I've been working on an RPG and I need to make a shop. Like a CityRPG stand on the brick and it will pop up. I don't know where to start on it. Any help would be apreciated.

332
Modification Help / Re: Adding Variables upon Bot Death
« on: September 09, 2013, 10:14:51 AM »
stuff. Wow I'm dumb.

333
Modification Help / Re: Adding Variables upon Bot Death
« on: September 07, 2013, 05:31:52 PM »
Hold up, I got a new error now. Here we go, this is really weird.

Quote
function PlayerStandardArmor::onDeath(%brick, %client)
{

if($Pref::MoneyMod::addMoney)
   {
       %orcGold = 5
      %player ##=## %client.player;
      %player.curMoney += %orcGold;
      serverCmdMoneyInfo(%client);
   }
   else
   {
      messageClient(%client,'',"The server currently has the addMoney event disabled.");
   }

}

= Is an error? It doesn't make any sense to me :/. I triple checked the code and idk what the problem is.

334
Modification Help / Re: Adding Variables upon Bot Death
« on: September 07, 2013, 05:23:36 PM »
Fixed it. Got pissed so I just made my own RPG and got it to work. Thanks though, I'll remember that stuff!

335
Modification Help / Adding Variables upon Bot Death
« on: September 03, 2013, 04:57:02 PM »
Ok so, I've been having some trouble where when a bot dies its suposed to add a variable to the player and display it. Well the trouble is... It just doesn't work. I added some code where it will display "Test" when you kill the bot but it doesn't show. This is an edit of McTwists CityRP so it would help if I could have the name of the variable for money aswell. Here is my code.

Quote
function botstandardarmor::onDeath(%this, %obj, %source, %pos, %damage, %type)
{
  if (%client.isInRP())

  %OrcGold = 3;

  %client.RPData.value += %OrcGold;
}
I added some random stuff to see if it would work but no dice. Thanks!

336
I am tuh best beta tester evuh XD
        - ReeCocho  :iceCream:

337
I am tuh best beta tester evuh XD
        - ReeCocho  :iceCream:

338
G36C would be nice :3

Also, you should make a seperate version with ammo, like T+T

 :cookieMonster: :cookieMonster: :cookieMonster:

Pages: 1 ... 18 19 20 21 22 [23]