03.04.2010, 02:06
To get back on topic, I think you've done a GREAT job with this whole PVar idea Kye, so thanx & know its appreciation...
However, I have a question about this PVar system:
Is it possible to convert the following code, for example, to the PVars system at all?
Of course this isn't tied down to just Text:, but all others as well (File: & etc.)
Current Version Use: R7
However, I have a question about this PVar system:
Is it possible to convert the following code, for example, to the PVars system at all?
pawn Код:
static Text:textdraw[MAX_PLAYERS];
textdraw[playerid]=TextDrawCreate(0.0,0.0,"Text Draw Example");
Current Version Use: R7