A cmd help
#2

hmm try this
Код:
if(strcmp(cmdtext,"/wallet",true) == 0)
{
new string[48];
format(string, sizeof(string), "You Have $%i in your wallet!", GetPlayerMoney(playerid));
SendClientMessage(playerid, 0xFFFFFFAA, string);
return 1;
}
Reply


Messages In This Thread
A cmd help - by HotRod - 04.11.2010, 19:39
Re: A cmd help - by ColdXX - 04.11.2010, 19:43

Forum Jump:


Users browsing this thread: 2 Guest(s)