SA-MP Forums Archive
cmd help - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: cmd help (/showthread.php?tid=137135)



cmd help - 02manchestera - 27.03.2010

Is it possiable for me to make it that you can only uses this once every time you die

Код:
}
  if (strcmp("/reload", cmdtext, true) == 0) {
    ResetPlayerWeapons(playerid);
    GivePlayerWeapon(playerid, 24, 250);
    GivePlayerWeapon(playerid, 31, 750);
    GivePlayerWeapon(playerid, 27, 150);
    return 1;
  }



Re: cmd help - 02manchestera - 27.03.2010

used second one as 1st one came u with few errors but thankyou both of you to you where gr8 help.


Re: cmd help - lionlev - 27.03.2010

Thanks for the post and reply I needed that too