19.08.2011, 21:29
Код:
new nlive;
Код:
nlive = CreatePickup(1239, 23, 365.5620,174.0066,1025.7891);
Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == nlive)
{
GameTextForPlayer(playerid,"~w~ /lg ~y~ to participate", 3000, 0);
}
return 1;
}


