Map-icon on command?
#1

Hello,I'm using PPC Trucking. And i want to add something. There is a cmd /createhouse to create a house.
So,I want to make something like: after created a house somewhere the map icon will be added.
the red house icon. This:
Map icon id: 31 .



And if someone buy the house than the map icon should be like this:


And another help is: after we kick/warn/ban someone it dosen't show for him/in the mainchat... the message should be shown.
Reply
#2

Anyone help?
Reply
#3

1) - Read after Scripting Help
2) - https://sampwiki.blast.hk/wiki/Kick read important Note

Edit: also read in General Forum Rules section about No Double Posting
Reply
#4

Maybe this is not my answer..
Reply
#5

Or you can just do it like:

Код:
forward kick(playerid);
public kick(playerid)
{
        Kick(playerid);
        return 1;
}

CMD:test(playerid, params[])
{
        // Do whatever you want to do. (messages)
        SetTimerEx("kick",10, false, "i", playerid); //Timer to kick the player
	return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)