02.11.2013, 13:58
Quote:
|
I'm not 100% sure but I believe this is the model: 1559 - Interior enter/exit diamond
|
Код:
public OnPlayerPickUpPickUp(playerid,pickupid)
{
if(pickupid == pickup)
{
//what goes here??
}
}
|
I'm not 100% sure but I believe this is the model: 1559 - Interior enter/exit diamond
|
public OnPlayerPickUpPickUp(playerid,pickupid)
{
if(pickupid == pickup)
{
//what goes here??
}
}