Help me?
#1

I am using PPC_Housin

But how do I only make the person who brought the house see the house icon? on map?
Reply
#2

Check sampwiki
Reply
#3

So it will be like
pawn Код:
public OnPlayerConnect( playerid )
{
    // This example demonstrates how to create a dollar-icon on top of a 24/7 located
    // in Las Venturas. This way new players know where to go with their money!
    SetPlayerMapIcon( playerid, 12, 2204.9468, 1986.2877, 16.7380, 52, 0, MAPICON_GLOBAL );
}
?

But how do I make it so only the owner of house see's it?
Reply
#4

just loop threw the players untill you find the owner,
once found use that code above to set the map icon.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)