#1

How do i change people spawn money? after registering
Reply
#2

If you are using dialog login/register system goto
pawn Код:
public OnDialogResponse
and search for
pawn Код:
GivePlayerMoney(playerid,money);//money is the ammount
If you are using login/register via cmd like /login search for this cmd and do the same with dialog
pawn Код:
GivePlayerMoney(playerid,money);//money is the ammount
Reply
#3

Quote:
Originally Posted by SilentSoul
Посмотреть сообщение
If you are using dialog login/register system goto
pawn Код:
public OnDialogResponse
and search for
pawn Код:
GivePlayerMoney(playerid,money);//money is the ammount
If you are using login/register via cmd like /login search for this cmd and do the same with dialog
pawn Код:
GivePlayerMoney(playerid,money);//money is the ammount
thanks, i needed it too
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)