18.05.2014, 07:44
I suggest u to add it under onplayerconnect without a loop
it should be something like this
P.S: I am on phone didnt compile it if theres any error tell me
it should be something like this
pawn Код:
new PlayerText:Stats[10][MAX_PLAYERS];
//OnPlayerConnect
Stats[0][playerid] = CreatePlayerTextDraw(playerid,118.000000, 122.000000, "~l~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~N~~N~~N~~N~~N~~N~");
PlayerTextDrawAlignment(playerid,Stats[0][playerid], 2);
PlayerTextDrawBackgroundColor(playerid,Stats[0][playerid], 255);
PlayerTextDrawFont(playerid,Stats[0][playerid], 1);
PlayerTextDrawLetterSize(playerid,Stats[0][playerid], 0.500000, 1.000000);
PlayerTextDrawColor(playerid,Stats[0][playerid], -1);
PlayerTextDrawSetOutline(playerid,Stats[0][playerid], 0);
PlayerTextDrawSetProportional(playerid,Stats[0][playerid], 1);
PlayerTextDrawSetShadow(playerid,Stats[0][playerid], 1);
PlayerTextDrawUseBox(playerid,Stats[0][playerid], 1);
PlayerTextDrawBoxColor(playerid,Stats[0][playerid], 110);
PlayerTextDrawTextSize(playerid,Stats[0][playerid], -1.000000, 212.000000);
PlayerTextDrawSetSelectable(playerid,Stats[0][playerid], 0);