07.05.2014, 20:22
I can't use that:
Why?
But at the same time I use this function
That is wirking! Help me please)
PHP код:
stock ShowDialog(playerid, dialogid, style, caption[], infos[], button1[], button2[]) return CallRemoteFunction( "SPSD", "dddssss", playerid, dialogid, style, caption, infos, button1, button2);
But at the same time I use this function
PHP код:
stock GiveMoney(playerid, ammount) return CallRemoteFunction( "ServerGivePlayerMoney", "id", playerid, ammount);