/help command
#1

How to make a /help command to show all teleports and others
Reply
#2

OnPlayerCommandText:
pawn Код:
if (strcmp("/help", cmdtext, true, 10) == 0)
{
    SendClientMessage(playerid, -1,"bla bla bla");
    SendClientMessage(playerid, -1,"bla bla bla");
    SendClientMessage(playerid, -1,"bla bla bla");
    SendClientMessage(playerid, -1,"bla bla bla");
    SendClientMessage(playerid, -1,"bla bla bla");
    return 1;
}
Check this also: https://sampwiki.blast.hk/wiki/OnPlayerCommandText
Reply
#3

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)