19.10.2009, 07:17
how i can Get a Player Cash with Dialog?? i wnat to do a command with Dialog that send cash to some player
|
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
|
|
Originally Posted by screw
Quote:
{ 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) |