Instead of 1 or 0; how to make it say yes or no
#10

Quote:
Originally Posted by [MP]Ditch
Посмотреть сообщение
So how would I do this for VIP in /stats?
pawn Код:
// /stats command

new
    Yes_No[ 5 ],
    string[ 128 ];
;

if( IsPlayerVip[ playerid ] ) format( Yes_No, 5, "Yes" );
else format( Yes_No, 5, "No" );

format( string, 128, "VIP: %s ...", Yes_No );
ShowPlayerDialog( ... ); or SendClientMessage( ... );
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)