28.01.2019, 13:10
PHP код:
C:\Users\YurS.YurS-PC\Desktop\SA-RP GM\gamemodes\carp_8.pwn(10777) : warning 215: expression has no effect
C:\Users\YurS.YurS-PC\Desktop\SA-RP GM\gamemodes\carp_8.pwn(10777) : error 001: expected token: ";", but found "["
C:\Users\YurS.YurS-PC\Desktop\SA-RP GM\gamemodes\carp_8.pwn(10777) : error 029: invalid expression, assumed zero
C:\Users\YurS.YurS-PC\Desktop\SA-RP GM\gamemodes\carp_8.pwn(10777) : warning 215: expression has no effect
C:\Users\YurS.YurS-PC\Desktop\SA-RP GM\gamemodes\carp_8.pwn(10777) : error 001: expected token: ";", but found "]"
C:\Users\YurS.YurS-PC\Desktop\SA-RP GM\gamemodes\carp_8.pwn(10777) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
PHP код:
LoginText[playerid][0] = CreatePlayerTextDraw(playerid, 239.800064, -0.804459, "mdl-2000:login"); //IMAGEM DE LOGIN
PlayerTextDrawLetterSize(playerid, LoginText[playerid][0], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, LoginText[playerid][0], 155.000000, 166.000000);
PlayerTextDrawAlignment(playerid, LoginText[playerid][0], 1);
PlayerTextDrawColor(playerid, LoginText[playerid][0], -1);
PlayerTextDrawSetShadow(playerid, LoginText[playerid][0], 0);
PlayerTextDrawSetOutline(playerid, LoginText[playerid][0], 0);
PlayerTextDrawBackgroundColor(playerid, LoginText[playerid][0], 255);
PlayerTextDrawFont(playerid, LoginText[playerid][0], 4);
PlayerTextDrawSetProportional(playerid, LoginText[playerid][0], 0);
PlayerTextDrawSetShadow(playerid, LoginText[playerid][0], 0);