Weapons buying
#1

If u wanna to buy weapon in u server so in your gm add this:

if(strcmp(cmdtext, "/Buyak47", true) == 0)
{
if (GetPlayerMoney(playerid) > 1000)
{
GivePlayerWeapon(playerid, 30, 1000);
GivePlayerMoney(playerid, -1000);
SendClientMessage(playerid,COLOR_YELLOW,"You buyed ak47 for 1.000$.");
PlayerPlaySound(playerid, 1150, 0.0, 0.0, 0.0);
}
else
{
SendClientMessage(playerid,COLOR_RED,"Tu neturi tiek pinigu!");
SendClientMessage(playerid,COLOR_RED,"You dont have that money!");
}
return 1;
}

If u wanna to change weapon, so change code in GivePlayerWeapon 30 because 30 is weapon id 1000 is ammo
GivePlayerMoney(playerid, -1000); = takes from player 1000$


Sorry for my bad english
Reply
#2

Thanks

but why do you post this ?
Reply
#3

WOW AWESOME !

Dude, stop spamming -.-
It's not like something new, plus only one gun ? Come on


pawn Код:
if(strcmp(cmdtext, "/Buyak47", true) == 0)
  {
    if (GetPlayerMoney(playerid) < 1000) return SendClientMessage(playerid,COLOR_RED, "You don't have enough money");

     GivePlayerWeapon(playerid, 30, 1000);
     GivePlayerMoney(playerid, -1000);
     SendClientMessage(playerid,COLOR_YELLOW,"You bought an AK47 for 1.000$.");
     PlayerPlaySound(playerid, 1150, 0.0, 0.0, 0.0);
     return 1;
  }
Shortened your code a bit. Also, could you stop spamming -.- ?
Reply
#4

Quote:
Originally Posted by The_Tough
Thanks

but why do you post this ?
Because i wanna to help for beginers (im too beginer but not very well)
Reply
#5

The_Though how to add link on words: i have writed lol and how to add link to it?? when i click on lol me open web that what i have inserted link??how? like u added that [MAP/FS]

(Soz for double post)
Reply
#6

Quote:
Originally Posted by Daslee
Quote:
Originally Posted by The_Tough
Thanks

but why do you post this ?
Because i wanna to help for beginers (im too beginer but not very well)
Well, maybe you should improve on your scripting first, release an FS or two, THEN start helping. Not one command FS scripts either.
Reply
#7

Quote:
Originally Posted by Daslee
The_Though how to add link on words: i have writed lol and how to add link to it?? when i click on lol me open web that what i have inserted link??how? like u added that [MAP/FS]

(Soz for double post)
Check your pms
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)