07.11.2012, 17:09
this should work:
you can use it like:
hope it helps..
pawn Код:
stock ShowStatsDusan(playerid)
{
TextDrawShowForPlayer(playerid,StatsTDLiniaGore[playerid]);
TextDrawShowForPlayer(playerid,StatsTDSredina[playerid]);
TextDrawShowForPlayer(playerid,StatsTDEXOTIQ[playerid]);
TextDrawShowForPlayer(playerid,StatsTDLiniaGore[playerid]);
return 0;
}
pawn Код:
ShowStatsDusan(playerid);