05.06.2009, 22:01
I want a Health icon so players can run into it and get healed, also some Info icons, if a player goes in it, it will pop up a text that says "To enter, type /entersfpd" or something...
Thanks
Thanks
Originally Posted by efeX
Wiki.
AddStaticPickup OnPlayerPickupPickup GameTextForPlayer |
if (PlayerToPoint(5.0, playerid, thepickupX, thepickupY, thepickupZ))
{
GameTextForPlayer(playerid, "You're touching me!", 3, 5) <- last 2 parameters are text style and time, wiki shows those under Script Resources
}
GameTextForPlayer(playerid, "You're touching me!", 3, 5)
GameTextForPlayer(playerid, "You're touching me!", 3, 5000)