01.03.2011, 22:00
Hellois ![Smiley](images/smilies/smile.png)
I putted this code under "OnPlayerConnect(...)"
But that bugs my MySQL saving system...
So where ishould i put it? =/
![Smiley](images/smilies/smile.png)
I putted this code under "OnPlayerConnect(...)"
But that bugs my MySQL saving system...
So where ishould i put it? =/
pawn Код:
//The Date
TheDate[playerid] = TextDrawCreate(499.000000, 7.000000, "1.January.0000");
TextDrawBackgroundColor(TheDate[playerid], 255);
TextDrawFont(TheDate[playerid], 3);
TextDrawLetterSize(TheDate[playerid], 0.390000, 1.300000);
TextDrawColor(TheDate[playerid], -1);
TextDrawSetOutline(TheDate[playerid], 1);
TextDrawSetProportional(TheDate[playerid], 1);