Server side money
#1

Heu, i need help with PPC housing. I use server side money in my Gamemode, then when i try to buy house with PPC housing, my money not decrease.

Can anybody help me please?
Sorry for bed eng xD
Reply
#2

Replace GivePlayerMoney in your FS with CallRemoteFunction.
Код:
CallRemoteFunction(const function[], const format[], {Float,_}:...)
Reply
#3

can you give example how to use it?
Reply
#4

Please help
Reply
#5

What function are you using for giving/taking money on your gamemode(not in your ppc fs)?
Reply
#6

GivePlayerCash / GetPlayerCash
Reply
#7

Copy those functions into your FS and then replace
Код:
EXT_GetPlayerMoney
with
Код:
GetPlayerCash
And
Код:
EXT_GivePlayerMoney
with
Код:
GivePlayerCash
Reply
#8

Doesnt work
Reply
#9

PHP код:
CallRemoteFunction("GivePlayerCash""ii" playeridamount); 
Reply
#10

Quote:
Originally Posted by karemmahmed22
Посмотреть сообщение
PHP код:
CallRemoteFunction("GivePlayerCash""ii" playeridamount); 
where i must put this?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)