SA-MP Forums Archive
Robstore problem?? :S - 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: Robstore problem?? :S (/showthread.php?tid=555117)



Robstore problem?? :S - vassilis - 06.01.2015

solved


Re: Robstore problem?? :S - Sid_Alexander - 06.01.2015

You're suppose to remove the attached object from the index, Not the id of the object.
pawn Код:
RemovePlayerAttachedObject(playerid,1);



Re: Robstore problem?? :S - danish007 - 06.01.2015

you have used
pawn Код:
RemovePlayerAttachedObject(playerid,ROBBAG);
use
pawn Код:
RemovePlayerAttachedObject(playerid,1);



Re: Robstore problem?? :S - vassilis - 06.01.2015

Ok thanks lads!!