Help Me Bag on HanD - 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: Help Me Bag on HanD (
/showthread.php?tid=494329)
Help Me Bag on HanD -
alishvasis - 12.02.2014
Hi Friend.Look This image!How to Set this? At this image player in hand have a BAg!
http://i62.tinypic.com/2vvs4tg.jpg
____________________--
Sry For my Bad english
Re: Help Me Bag on HanD -
CuervO - 12.02.2014
I believe it's the SPECIAL_ACTION_CARRY plus SetPlayerAttachedObject
https://sampwiki.blast.hk/wiki/SetPlayerAttachedObject
https://sampwiki.blast.hk/wiki/SetPlayerSpecialAction
Re: Help Me Bag on HanD -
alishvasis - 12.02.2014
Quote:
Originally Posted by CuervO
|
Pls Give ME Code

I Rep You
Re: Help Me Bag on HanD -
CuervO - 12.02.2014
Quote:
Originally Posted by alishvasis
Pls Give ME Code  I Rep You
|
This is not the script request section, this is the scripting help one.
https://sampforum.blast.hk/showthread.php?tid=447813
Re: Help Me Bag on HanD -
Abagail - 12.02.2014
You can use
CMD:carrybag(playerid, params[])
{
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CARRY)
SetPlayerAttachedObject(playerid, slot, objid, 2);
}
How-ever you'd have to edit the SetPlayerAttachedObject, yourself. This is all you'll get without posting in the Scripting Request forum.
- Abagail
Re: Help Me Bag on HanD -
alishvasis - 12.02.2014
Quote:
Originally Posted by CuervO
|
I Dont Know But Reped You <3 Any WAy TnX
Re: Help Me Bag on HanD -
alishvasis - 12.02.2014
Tnx Abagail + Rep