29.11.2010, 12:32
(
Последний раз редактировалось RedFusion; 29.11.2010 в 14:20.
)
EDIT: i found out it was the pickup.
When i stand in the pickup it's scripted like this:
Atm it goes to the main menu every second.
I want it like, it detects when you enter it, but not when you stand in it!
When i stand in the pickup it's scripted like this:
Код:
if (pickupid == weapons)
{
ShowMenuForPlayer(mainwep,playerid);
TogglePlayerControllable(playerid,false);
return 1;
}
I want it like, it detects when you enter it, but not when you stand in it!

