Need help Gametextforplayer then a player enter a area?
#4

well you can use use this function with the help of streamer

pawn Код:
new msgarea = CreateDynamicSphere(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1);

Public OnPlayerEnterDynamicArea(playerid, areaid);
{
       if(areaid == msgarea)
       {
           //send your message to player.
       }

 return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)