CAN I MAKE NEW COMMANDS TO THE SERVER? IF, HOW?
#1

hello guys

me and my friend running a server (world of fun) if any of you have seen it.

and we have a little problem we want fixed if you could help.

The question sounds:
can i make new commands manually to the server? if, how?

in this situation we want a command named
/para that gives you a parachute and it does not need to be admin only command.
we need that commands because it could be very usefull with a parachute sometimes in a stunt..
Reply
#2

https://sampwiki.blast.hk/wiki/Using_strcmp%28%29
Reply
#3

not a /me command a /para command.
Reply
#4

grr....

pawn Код:
OnPlayerCommandText(playerid, cmd[])
{
 if(strcmp(cmd, "/para", true) == 0)
  {
    whatever you want it to do here.
    return value;
  }
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)