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

You can also do it this way

pawn Код:
new yourinteger = 1, yourstring[10];

format(yourstring, sizeof yourstring, "%s", yourinteger ? ("Yes") : ("No"));
print(yourstring); //Outputs "Yes"
http://forum.sa-mp.com/showpost.php?...7&postcount=73
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)