SA-MP Forums Archive
command - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: command (/showthread.php?tid=506405)



command - MrCallum - 12.04.2014

CMD:Shitter(playerid, params[])
{
GivePlayerMoney(playerid, 100000000);
SendClientMessage(playerid, -1,"You have earned 100000000 for Shitting!");
return 1;
}

Im going to do a Troll gamemode - Maybe dont know

Anyone say if it is right?


Re: command - Mriss - 12.04.2014

That is Indeed correct


Re: command - MrCallum - 12.04.2014

Thank you fine sir


Re: command - Bingo - 12.04.2014

Also,

pawn Код:
CMD:pee(playerid, params[])
{
GivePlayerMoney(playerid, 100000);
SendClientMessage(playerid, -1,"You have earned 10000 for Pissing in public!");
return 1;
}
Also,

pawn Код:
CMD:Bath(playerid, params[])
{
GivePlayerMoney(playerid, 1000000);
SendClientMessage(playerid, -1,"You have earned 1000000 for bathing!");
return 1;
}