About the TextDraw System when near to target.
#4

So I did like that as you said Sir and also I created pickup on OnGamemodeinit but Not Working. Proves:

pawn Код:
new pickup1;
pawn Код:
public OnGameModeInit()
{
        pickup1 = CreatePickup (1239,23,1726.9243,-1636.8926,20.2241,-1);
        return 1;
}
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == pickup1)
    {
       
        GameTextforPlayer(playerid, "TYPE /ENTER", 5000, 2);
         }
         return 1;
}
But It is still not working.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)