28.05.2014, 05:26
SetPlayerAttachedObject(extraid, 9, 3026, 1); //Backpack attached to player
It won't show the players backpack on their back. I have
and it's printing the correct variables into the command prompt. I can't seem to find the problem with it.
It won't show the players backpack on their back. I have
PHP код:
if(PlayerInfo[extraid][pDonorBackpack] > 0)
{
printf("Got Here");
SetPlayerAttachedObject(extraid, 9, 3026, 1); //Backpack attached to player
printf("Got Past Here");
}