04.06.2009, 14:22
How do i get in the bottom of my screen when i am in sa:mp text like left bottom and there stands something (text)
Can someone help me?
Can someone help me?
stunt = TextDrawCreate(380, 444, "Stunt 'N Fun Server"); TextDrawAlignment(stunt, 1); TextDrawFont(stunt, 3); TextDrawLetterSize(stunt, 5, 1); TextDrawColor(stunt, 0xF6F6F6AA);
TextDrawShowForPlayer(playerid,IDofyourtextdraw);
if (strcmp(cmdtext, "/close", true)==0) { TextDrawDestroy(yourtextdrawID); }
stunt = TextDrawCreate(380, 444, "Stunt 'N Fun Server");
error 021: symbol already defined: "TextDrawShowForPlayer"