Help message when entering somewhere
#1

I want for example when you enter the Binco that says ЎWelcome to Binco!
Reply
#2

Assuming you are using default entrances:

pawn Код:
public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid)
{
    if(newinteriorid == 15 && IsPlayerInRangeOfPoint(playerid,10.0,207.737991,-109.019996,1005.132812))
    {
          SendClientMessage(playerid,0x00FF00FF,"Welcome to binco!");
    }
    return 1;
}
It may not be the best way. I would suggest creating your own entrances.
Reply
#3

post binco interior enter
Reply
#4

Quote:
Originally Posted by osman2571
Посмотреть сообщение
post binco interior enter
http://weedarr.wikidot.com/interior
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)