Stock :
How to use Example :קוד:stock GetUserName ( const Index ) { new szName [ 32 ]; get_user_name( Index, szName, charsmax ( szName ) ); return szName; }
קוד:ColorChat( 0, "NAME : %s", GetUserName ( client ) );
מזה עושה ?
במקום כול פעם לעשות
זה חוסך שורות קצת ו זמן ו יותר נוח לשימושקוד:new szName [ 32 ]; get_user_name( client, szName, charsmax ( szName ) );
בהצלחה



בהצלחה
ציטוט ההודעה
