SMFShop > Modifications

[Mod] SMF Arcade SA Shop Integration 2.0

(1/1)

0mfg wtf man:
Requires
- SMF Arcade 2.5 RC1 -  http://mods.simplemachines.org/index.php?mod=36
- SMFShop3.2 - http://mods.simplemachines.org/?mod=65

Description
This mod allows users to get money/cash for the shop after getting a high score in the game. This mod also has a arcade pass feature. Once mod is installed, every user needs to have a arcade pass in order to use arcade.

The default amount that a user receives after getting a high score is 25
If you wanna change how much each user gets when getting a high score. Open up /Sources/Subs-Arcade.php

--- Code: ---// Give the user their points
$smcFunc['db_query']('', '
UPDATE {db_prefix}members
SET money = money + 25
WHERE id_member = {int:member}
LIMIT 1',
array(
'member' => $user_info['id'],
)
);
--- End code ---
Search for this code and change the 25 to whatever number you want them to receive after getting a high score



angeljs:
This works great, thanks! Is there a way to modify the code so the user has to pay for each game he plays? For instance, 1 credit or 5 credits per play.

alfredote:
i wanna know the same as angeljs. I want to put a price per play in the arcade.

Kimmie:
Does this still work?

Navigation

[0] Message Index

Go to full version