17.03.2015, 15:53
Hii, I'm trying to work with textdraws (first time) and as I expected I need your help
so the title says everything.
thanks in advance
so the title says everything.
Код:
public ShowTds(tdid, playerid)
{
switch(tdid)
{
case 1:
{
TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][0]);//warnings start from this line
TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][1]);
TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][2]);
TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][3]);
TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][4]);
TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][5]);
TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][6]);
TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][7]);
TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][8]);
TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][9]);
TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][10]);
TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][11]);
TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][12]);
TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][13]);
TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][14]);
TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][15]);
TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][16]);//and ends here ofcourse
}
}
}


