/newb & /n help.
#1

So, I've seen many servers which either have a /newb command or it's shortened to /n - This is just a little something for the owners to think about increasing the knowledge of commands for new players.

pawn Код:
CMD:n(playerid, params[]) {
    return cmd_newb(playerid, params);
}
This can be used with other commands aswell, for example:

pawn Код:
CMD:ooc(playerid, params[]){
    return cmd_o(playerid, params);
}
Reply
#2

Quote:
Originally Posted by SmithyComp
Посмотреть сообщение
So, I've seen many servers which either have a /newb command or it's shortened to /n - This is just a little something for the owners to think about increasing the knowledge of commands for new players.

pawn Код:
CMD:n(playerid, params[]) {
    return cmd_newb(playerid, params);
}
This can be used with other commands aswell, for example:

pawn Код:
CMD:ooc(playerid, params[]){
    return cmd_o(playerid, params);
}
So what exactly you want.. Script for niewbie and ooc?
Reply
#3

Is this a tutorial?
Reply
#4

Im wondering the same thing.Do you want a script for it or are you trying to say something in some ancient language? :>
Reply
#5

wrong section, apologies.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)