07.06.2013, 08:28
you can create a var which counts how many stranger there is.
Then when a player (current one) type that command. Create another var then store the current stranger count to that var. Then update the label something like this
for the label you can create a label which is empty to do that. Just do " ".
Then if you want to remove the label message update the label with " ".
I can't give a code. Because i want you to learn how to script that.
Then when a player (current one) type that command. Create another var then store the current stranger count to that var. Then update the label something like this
pawn Код:
format(string, 128, "Stranger [ID: %i]", var);
Update3DTextLabel(strangerlabel, red, string);
Then if you want to remove the label message update the label with " ".
I can't give a code. Because i want you to learn how to script that.