24.05.2012, 14:01
Ok, I created a little toy shop and when I change WEAPON it removes the object, any ideas how to fix?
I will +Rep on whoever fixes it.
pawn Код:
case 2:
{
if(GetPlayerScore(playerid) < 20)
{
SendClientMessage(playerid,C_SKYBLUE,"Not enough score!");
return 1;
}
else
SetPlayerAttachedObject( playerid, 0, 19078, 1, 0.352603, -0.075285, -0.167187, 0.000000, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000 ); // TheParrot1 - Parrot
SendClientMessage(playerid, COLOR_YELLOW, "Your Parrot has been granted!");
}