08.12.2014, 16:22
I have 10-20 pickups. They are messed up.
When i pickup 'barpickup' it gives me money and teleports me. Why?
Код:
if(pickupid == barpickup)
{
SetPlayerInterior(playerid, 11);
SetPlayerPos(playerid, 502.1638,-71.0073,998.7578);
return 1;
}
else if(pickupid == pickup)
{
GivePlayerMoney(playerid, 62000);
DestroyPickup(pickup);
return 1;
}

