Find House
#8

Not tested but give it a try.

PHP код:
COMMAND:findhouse(playeridparams[])
{
    new 
fhouse;
    if( 
sscanf params"d"fhouse)) return SCP(playerid"[house ID]");
    
SetPlayerCheckpoint(playeridHouseInfo[fhouse][hPosX], HouseInfo[fhouse][hPosY], HouseInfo[fhouse][hPosZ], 2);
    
SendClientMSG(playeridCOLOR_YELLOW"Marker has been set to house with the number %d."fhouse);
    return 
1;

Reply


Messages In This Thread
Find House - by S3DOx - 19.07.2018, 10:24
Re: Find House - by Florin48 - 19.07.2018, 11:33
Re: Find House - by Akeem - 19.07.2018, 13:50
Re: Find House - by GTLS - 19.07.2018, 14:22
Re: Find House - by S3DOx - 19.07.2018, 14:40
Re: Find House - by S3DOx - 19.07.2018, 14:51
Re: Find House - by Florin48 - 19.07.2018, 14:56
Re: Find House - by AzaMx - 19.07.2018, 15:00
Re: Find House - by S3DOx - 19.07.2018, 15:12
Re: Find House - by AzaMx - 19.07.2018, 15:24

Forum Jump:


Users browsing this thread: 2 Guest(s)