*** This title is not descriptive - ******
#1

Heay guys,

I need help I want to add in my script:

if the player are here : IsPlayerInRangeOfPoint[999.0546,-1105.4008,23.3770 ]that a GameTextForPlayer come with /stadthalle for 5 seconds in style 5
Reply
#2

Код:
OnPlayerUpdate(playerid)
{
    if(IsPlayerInRangeOfPoint(playerid,10,999.0546,-1105.4008,23.3770))
    {
         GameTextForPlayer(playerid,"/stadthalle",5000,5);
    }
    return 1;
}
Reply
#3

Thx
#closed
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)