Unknown command ?? :S
#27

here is the fix
pawn Code:
dcmd_givecash(playerid, params[])
{
 new giveplayerid, amount;
 if (sscanf(params, "ud", giveplayerid, amount)) return SendClientMessage(playerid, 0xFF0000AA, "USAGE: /givecash <playerid> <amount>");
 else if (giveplayerid == INVALID_PLAYER_ID || giveplayerid == playerid) return SendClientMessage(playerid, 0xFF0000AA, "ERROR: Player not found!");
 else if (amount > GetPlayerMoney(playerid)) return SendClientMessage(playerid, 0xFF0000AA, "ERROR: Insufficient funds!");
 GivePlayerMoney(giveplayerid, amount);
 GivePlayerMoney(playerid, 0 - amount);
 SendClientMessage(playerid, 0x00FF00AA, "INFO: You have sent money.");
 SendClientMessage(giveplayerid, 0x00FF00AA, "INFO: You have received money.");
 return 1;
}
Reply


Messages In This Thread
Unknown command ?? :S - by prefex - 15.07.2012, 10:50
Re: Unknown command ?? :S - by RedJohn - 15.07.2012, 11:02
Re: Unknown command ?? :S - by xRotem - 15.07.2012, 11:04
Re: Unknown command ?? :S - by Cxnnor - 15.07.2012, 11:06
Re: Unknown command ?? :S - by prefex - 15.07.2012, 11:11
Re: Unknown command ?? :S - by prefex - 15.07.2012, 11:14
Re: Unknown command ?? :S - by RedJohn - 15.07.2012, 11:16
Re: Unknown command ?? :S - by prefex - 15.07.2012, 11:18
Re: Unknown command ?? :S - by Gangster-rocks - 15.07.2012, 11:19
Re: Unknown command ?? :S - by Djole1337 - 15.07.2012, 11:20
Re: Unknown command ?? :S - by prefex - 15.07.2012, 11:22
Re: Unknown command ?? :S - by Gangster-rocks - 15.07.2012, 11:24
Re: Unknown command ?? :S - by prefex - 15.07.2012, 11:25
Re: Unknown command ?? :S - by RedJohn - 15.07.2012, 11:27
Re: Unknown command ?? :S - by prefex - 15.07.2012, 11:28
Re: Unknown command ?? :S - by RedJohn - 15.07.2012, 11:29
Re: Unknown command ?? :S - by MoNeY_Co0oLzZz - 15.07.2012, 11:33
Re: Unknown command ?? :S - by prefex - 15.07.2012, 11:33
Re: Unknown command ?? :S - by RedJohn - 15.07.2012, 11:34
Re: Unknown command ?? :S - by prefex - 15.07.2012, 11:35
Re: Unknown command ?? :S - by prefex - 15.07.2012, 11:37
Re: Unknown command ?? :S - by Gangster-rocks - 15.07.2012, 11:40
Re: Unknown command ?? :S - by prefex - 15.07.2012, 11:41
Re: Unknown command ?? :S - by RedJohn - 15.07.2012, 11:48
Re: Unknown command ?? :S - by RedJohn - 15.07.2012, 11:51
Re: Unknown command ?? :S - by prefex - 15.07.2012, 11:52
Re: Unknown command ?? :S - by [MM]RoXoR[FS] - 15.07.2012, 11:53
Re: Unknown command ?? :S - by RedJohn - 15.07.2012, 12:04
Re: Unknown command ?? :S - by prefex - 15.07.2012, 12:06
Re: Unknown command ?? :S - by RedJohn - 15.07.2012, 12:10
Re: Unknown command ?? :S - by prefex - 15.07.2012, 12:30
Re: Unknown command ?? :S - by prefex - 15.07.2012, 12:53
Re: Unknown command ?? :S - by Andi_Evandy - 15.07.2012, 13:16
Re: Unknown command ?? :S - by [MM]RoXoR[FS] - 15.07.2012, 14:09
Re: Unknown command ?? :S - by prefex - 15.07.2012, 16:14
Re: Unknown command ?? :S - by Rudy_ - 15.07.2012, 16:49
Re: Unknown command ?? :S - by prefex - 15.07.2012, 20:19
Re: Unknown command ?? :S - by prefex - 15.07.2012, 21:37
Re: Unknown command ?? :S - by prefex - 15.07.2012, 22:02

Forum Jump:


Users browsing this thread: 1 Guest(s)