04.07.2009, 13:31
This is for the pickup:
1239 = info icon
2 = "Pickupable, respawns after some time."
x,y,z = your coords
Read here too: https://sampwiki.blast.hk/wiki/GameTextForPlayer
pawn Код:
public OnGameModeInit( )
{
AddStaticPickup(1239, 2, x,y,z );
return 1;
}
2 = "Pickupable, respawns after some time."
x,y,z = your coords
Read here too: https://sampwiki.blast.hk/wiki/GameTextForPlayer