15.12.2010, 08:44
You are assigning a 3D Text Label to this variable IsLogged.
This seems that you have most likely not specified it as a Text3D type variable, this is what you need to do in order to store 3D Text information in it. Like so:
This seems that you have most likely not specified it as a Text3D type variable, this is what you need to do in order to store 3D Text information in it. Like so:
pawn Код:
new Text3D:IsLogged[MAX_PLAYERS];