/newb & /n help. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: /newb & /n help. (
/showthread.php?tid=380909)
/newb & /n help. -
SmithyComp - 27.09.2012
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);
}
Re: /newb & /n help. -
.v - 27.09.2012
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?
Re: /newb & /n help. -
Mr.Anonymous - 27.09.2012
Is this a tutorial?
Re: /newb & /n help. -
daastle - 27.09.2012
Im wondering the same thing.Do you want a script for it or are you trying to say something in some ancient language? :>
Re: /newb & /n help. -
SmithyComp - 27.09.2012
wrong section, apologies.