#1

how i can Get a Player Cash with Dialog?? i wnat to do a command with Dialog that send cash to some player
Reply
#2

Quote:
Originally Posted by HITMANBOY
how i can Get a Player Cash with Dialog?? i wnat to do a command with Dialog that send cash to some player
CMD:credit(playerid, params[])
{
new String[30];
format(String,sizeof(String),"Your Cash: %d",PlayerCash[playerid]);
SendClientMessage(playerid,0xFFFFFFFF,String);
}

is use this (also found on a other tutorial)
Reply
#3

Quote:
Originally Posted by screw
Quote:
Originally Posted by HITMANBOY
how i can Get a Player Cash with Dialog?? i wnat to do a command with Dialog that send cash to some player
CMD:credit(playerid, params[])
{
new String[30];
format(String,sizeof(String),"Your Cash: %d",PlayerCash[playerid]);
SendClientMessage(playerid,0xFFFFFFFF,String);
}

is use this (also found on a other tutorial)
That's just a simple cmd.
Look at dialog tutorial.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)