I need /robbank cmd please.
#1

Can Some one please give me /robbank cmd in zcmd please? I want it for my RP server. Btw the cops should know tht the bank is being robbed. The player should be above 7.
Reply
#2

try this (: and there re-phrase the post giving info and basics.

or try this "here"
Reply
#3

https://sampforum.blast.hk/showthread.php?tid=187229&page=268
Reply
#4

Here's a simple robbank system.

pawn Код:
CMD:robbank(playerid,params[])
{
 #pragma unused params
   if(IsPlayerInRangeOfPoint(playerid, x, y, z); //Replace X Y Z with your bank rob point(coordinate)
   return SendClientMessage(playerid, 0xFF0000, "You need to be at Bank to rob");
   GivePlayerMoney(playerid,50000);
   SendClientMessage(playerid, 0xFF0000, "You've successfully robbed bank");
   format(string, sizeof(string), "%s has robbed bank",GetPlayerName);
   SendClientMessageToAll(0xFF0000,string);
   return 0;
}
Im sorry if mistakes are there because I did this through mobile..

Edit:Oh many links b4 posting. O.o
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)