01.07.2009, 01:54
Ive added a Ammu-Nation to my server,i can get in and out of it via checkpoints.What i need is for the red marker to show up inside to buy weapons? Any help would be greatly appreciated.
public OnPlayerEnterCheckpoint(playerid)
{
SetPlayerPos(playerid,286.148986,-40.644397,1001.515625);
SetPlayerInterior(playerid, 1);
return 1;
}
CreateObject(18552, -1981.885986, 881.869263, 44.190384, 0.0000, 0.0000, 269.7592);
|
Originally Posted by Swift_
Then script the checkpoint and menu selection yourself.
|