Make command.
#9

PHP код:
CMD:givecash(playeridparams[]) {
new 
targetidvalue;
if(
sscanf(params,"ui",targetidvalue)) return SendClientMessage(playerid, -1"/givecash [ID] [Value]";
if(!
IsPlayerConnected(targetid)) return SendClientMessage(playeridCOLOR_RED"This player is not connected to the server!");
GivePlayerMoney(targetidvalue);
return 
1;

You can know what do you want to know from here .
Reply


Messages In This Thread
Make command. - by CSCripMa - 19.02.2016, 14:49
Re: Make command. - by sammp - 19.02.2016, 15:09
Re: Make command. - by ratxrat - 19.02.2016, 15:14
Re: Make command. - by Joron - 19.02.2016, 15:32
Re: Make command. - by CSCripMa - 19.02.2016, 15:37
Re: Make command. - by JamalMaddox - 19.02.2016, 16:15
Re: Make command. - by CSCripMa - 19.02.2016, 16:29
Re: Make command. - by Catalyst- - 19.02.2016, 17:27
Re: Make command. - by nezo2001 - 19.02.2016, 17:37
Re: Make command. - by Write - 19.02.2016, 18:36

Forum Jump:


Users browsing this thread: 1 Guest(s)