Robstore problem?? :S
#1

solved
Reply
#2

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

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

Ok thanks lads!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)