Put the weapon which is in your hands in your back[+REP] - 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: Put the weapon which is in your hands in your back[+REP] (
/showthread.php?tid=514082)
Put the weapon which is in your hands in your back[+REP] -
PrinceOfPersia - 19.05.2014
Hello, I want the CMD to put the weapon in my hand like m4, sniper in my back
I wand the cmd to be
/ps back
To store the gun in ur back
/pt back
To get the gun from ur back to your hand
Thanks!
+REP btw
Re: Put the weapon which is in your hands in your back[+REP] -
PrinceOfPersia - 19.05.2014
Links are not working.
Re: Put the weapon which is in your hands in your back[+REP] -
Rittik - 19.05.2014
Attach objects(weapons) to your back when you are unarmed , when armed delete player object (weapon);
Re: Put the weapon which is in your hands in your back[+REP] -
PrinceOfPersia - 19.05.2014
Can you transfer this codes to ZCMD?
Код:
new cmd[128];
new idx;
cmd = strtok(cmdtext, idx);
if (!strcmp(cmd, "/holder", true))
{
cmd = strtok(cmdtext, idx);
new model = strval(cmd);
SetHolderWeapon(playerid, model);
return 1;
}
if (!strcmp(cmd, "/remove", true))
{
RemoveHolderWeapon(playerid);
return 1;
}
return 0;
}
Re: Put the weapon which is in your hands in your back[+REP] -
PrinceOfPersia - 19.05.2014
Also, I need someone to give me codes to put them in the .pwn
Thanks!
Re: Put the weapon which is in your hands in your back[+REP] -
PrinceOfPersia - 19.05.2014
None helped me yet
I'll give, it's a promise.
Re: Put the weapon which is in your hands in your back[+REP] -
PrinceOfPersia - 19.05.2014
I get this error
Код:
C:\Users\Mido\Desktop\HSRP\gamemodes\HSRP.pwn(28399) : error 035: argument type mismatch (argument 2)
Line 28399
Код:
SetHolderWeapon(playerid, params);
Re: Put the weapon which is in your hands in your back[+REP] -
PrinceOfPersia - 19.05.2014
Someone help ?
Re: Put the weapon which is in your hands in your back[+REP] -
PrinceOfPersia - 19.05.2014
I swear, someone help..
Re: Put the weapon which is in your hands in your back[+REP] -
PrinceOfPersia - 19.05.2014
Someone help me in that guys.