GivePlayerMoney > GivePlayercash
#1

Remove -Fixed.
Reply
#2

Either add the GivePlayerCash system to the filterscript or implement the filterscript directly into your gamemode.
Reply
#3

I believe there is a function for that, equivalent to the opposite of CallLocalFunction for this.
Reply
#4

There's CallRemoteFunction, but you'll need to forward the GivePlayerCash function first.
Reply
#5

Код:
#define GivePlayerMoney(%0,%1) GivePlayerCash(%0,%1)
After adding this, you don't have to convert anything.
Reply
#6

Quote:
Originally Posted by raydx
Посмотреть сообщение
Код:
#define GivePlayerMoney(%0,%1) GivePlayerCash(%0,%1)
After adding this, you don't have to convert anything.
He has the function in his gamemode. He can only access it by using CallRemoteFunction.
Reply
#7

Quote:
Originally Posted by GoldenLion
Посмотреть сообщение
He has the function in his gamemode. He can only access it by using CallRemoteFunction.
Lol, is that a big problem to move it to FS? CTRL+C, CTRL+V.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)