30.03.2011, 19:59
(
Последний раз редактировалось sMog.; 31.03.2011 в 13:58.
)
thanks but i dont understand what you mean with te register login system
and that what you made is exactly same as my ?!
and i am using ladmin
EDIT:
Ifound something this
how to make it to level 5 cmd and saving ... or mayby is this easyer like all admin levels have own tag like level5 [Owner]sMog.
and that what you made is exactly same as my ?!
and i am using ladmin
EDIT:
Ifound something this
Код:
stock GivePlayerTag ( playerid , tag [ ] ) { new name [ MAX_PLAYER_NAME ]; new newname [ 30 ]; GetPlayerName ( playerid , name , MAX_PLAYER_NAME ); format ( newname , sizeof ( newname ) , "[%s]%s" , tag , name ); SetPlayerName ( playerid , newname ); return 1; }