25.09.2013, 16:32
Hey I cant find how to make a fully working /help system i know the first line is
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/help", cmdtext, true, 10) == 0)
But i dont know any scripts past there could you help?
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/help", cmdtext, true, 10) == 0)
But i dont know any scripts past there could you help?