27.12.2009, 15:52
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
|
{
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)

