06.05.2012, 11:53
I am using PPC_Housin
But how do I only make the person who brought the house see the house icon? on map?
But how do I only make the person who brought the house see the house icon? on map?
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 );
}