19.01.2015, 10:15
Hello , i made pickup inside Ammunation . The pickup is visible but the OnPlayerPickupPickup Don't work .
Following is my OnPlayerPickupPickup code.
I want to set the player interior to Ammunation booths and its interior id is 7 but it isn't working.
Following is my OnPlayerPickupPickup code.
PHP код:
if(pickupid == Skills_Point)
{
SetPlayerInterior(playerid,7);
return 1;
}