06.01.2018, 17:31
How to use isnull to make more "complex" commands like /pay [playerid] [amount]
I know I can use scanf but lets stay on isnull topic.
I know I can use scanf but lets stay on isnull topic.
CMD:adminchat(playerid, params[])
{
// check if the player is admin or what ever
if(isnull(params))
return SendClientMessage(playerid, -1, "/a [text]");
// do stuff
}