05.04.2010, 17:06
Hello, i have created a /stats sort of thing on the side of the screen with textdraws. I would like to know how i make the textdraw's different for EVery player on the server. at the moment the textdraw is a 'server variable' (i think?) and when one person updates the textdraw, it updates for everyone...
They are set as this:
although i would like it to be somthing like
but this gets errors....any help would be great, thankS!
They are set as this:
Code:
new Text:TextDraw;
Code:
new Text:TextDraw[MAX_PLAYERS];