SA-MP Forums Archive
*** This title is not descriptive - ****** - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: *** This title is not descriptive - ****** (/showthread.php?tid=395431)



*** This title is not descriptive - ****** - AwokenNeoX - 26.11.2012

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


Re: Need Help :( ?! - Sam5513 - 26.11.2012

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



AW: Need Help :( ?! - AwokenNeoX - 26.11.2012

Thx
#closed