Author Topic: helpe !buywep for gups  (Read 2234 times)

0 Members and 1 Guest are viewing this topic.

Offline MatheuS

  • Made Man
  • ***
  • Posts: 207
  • Pawn And Squirrel Scripter
    • View Profile
    • Brazillian Community
helpe !buywep for gups
« on: July 25, 2012, 01:33:57 am »
I want to put a help! buywep stores my server can you help me put?

Offline aledark24

  • Made Man
  • ***
  • Posts: 206
  • I am a scripter and you have celous of me....so you crashed my servers
    • View Profile
Re: helpe !buywep for gups
« Reply #1 on: July 25, 2012, 02:36:57 am »
[pawn]         else if(strcmp(cmd,"buycolt",true) == 0)
      {
      new param[256];
       param = strtok(cmdtext,idx);
      new cash;
       
      cash = GetPlayerMoney(playerid);
        if(strcmp(param,"buycolt",true) == 0)
      if(cash >= 1500)
      {
      SetPlayerWeapon(playerid,17,200);
      SendClientMessage(playerid,RED,"Compraste una colt");
      DecPlayerHandCash(playerid,1500);
      }[/pawn]

this command give to you a colt you change the name of command and SetplayerWeapon example

[pawn]         else if(strcmp(cmd,"buyuzi",true) == 0)
      {
      new param[256];
       param = strtok(cmdtext,idx);
      new cash;
       
      cash = GetPlayerMoney(playerid);
        if(strcmp(param,"buyuzi",true) == 0)
      if(cash >= 1500)
      {
      SetPlayerWeapon(playerid,23,200);
      SendClientMessage(playerid,RED,"Compraste una uzi");
      DecPlayerHandCash(playerid,1500);
      }[/pawn]
« Last Edit: July 25, 2012, 02:38:39 am by aledark24 »
I am a great scripter and you are celous of my works
.....

Vice City Life Multiplayer By Saint

Offline MatheuS

  • Made Man
  • ***
  • Posts: 207
  • Pawn And Squirrel Scripter
    • View Profile
    • Brazillian Community
Re: helpe !buywep for gups
« Reply #2 on: July 25, 2012, 03:14:18 am »
gracias aledark my soy Matheus_br q entras en el sv

Offline aledark24

  • Made Man
  • ***
  • Posts: 206
  • I am a scripter and you have celous of me....so you crashed my servers
    • View Profile
Re: helpe !buywep for gups
« Reply #3 on: July 25, 2012, 06:38:31 am »
 ;D ;D ;D ;D 8) 8) 8) 8)
I am a great scripter and you are celous of my works
.....

Vice City Life Multiplayer By Saint