24.07.2012, 09:25
As the title says, on screen it doesn't show the card, but the text:'LD_POKE:cd9c'
What is the problem?
EDIT: Solved it myself.
What is the problem?
pawn Код:
//this is global ˇˇ
new PlayerText:PokerCardsTd[MAX_PLAYERS][6][2];
//OnPlayerCommandText(playerid,cmdtext[])
PokerCardsTd[playerid][0][0]=CreatePlayerTextDraw(playerid,210,389,"LD_POKE:cd9c");
PlayerTextDrawShow(playerid,PokerCardsTd[playerid][0][0]);