Textdraw help
#10

pawn Код:
public OnPlayerConnect(playerid) {
new string[138];
TextDrawShowForPlayer(playerid, useracc); // Show the TextDraw
                format(string, sizeof(string), "User Acoount: %s", GetPlayerNameEx(playerid)); // Seting the string
                TextDrawSetString(useracc, string); // Update the string
return 1;
}
Reply


Messages In This Thread
Textdraw help - by Wizza - 28.12.2013, 16:16
Re: Textdraw help - by TheOriginal1337 - 28.12.2013, 16:20
Re: Textdraw help - by Wizza - 28.12.2013, 16:23
Re: Textdraw help - by thomaswilliams - 28.12.2013, 16:24
Re: Textdraw help - by ToiletDuck - 28.12.2013, 16:26
Re: Textdraw help - by Wizza - 28.12.2013, 16:28
Re: Textdraw help - by TheOriginal1337 - 28.12.2013, 16:31
Re: Textdraw help - by iOxide - 28.12.2013, 16:34
Re: Textdraw help - by Wizza - 28.12.2013, 16:37
Re: Textdraw help - by ToiletDuck - 28.12.2013, 16:43

Forum Jump:


Users browsing this thread: 2 Guest(s)