[Ajuda] O que estб errado ?
#1

Nгo consegui resolver estes erros:
Код:
C:\Users\Felipe\Desktop\GTA SERVER\gamemodes\BML.pwn(11995) : error 001: expected token: ",", but found ";"
C:\Users\Felipe\Desktop\GTA SERVER\gamemodes\BML.pwn(12185) : error 001: expected token: ",", but found ";"
C:\Users\Felipe\Desktop\GTA SERVER\gamemodes\BML.pwn(12224) : error 001: expected token: ",", but found ";"
C:\Users\Felipe\Desktop\GTA SERVER\gamemodes\BML.pwn(12253) : error 001: expected token: ",", but found ";"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.


pawn Код:
CreateObject(10183, 1403.93, -1839.49, 12.57, 0.00, 0.00, 135.7;  // Linha:  11995
CreateObject(5778, 1477.96, -1816.89, 12.67, 180.00, 0.00, 358.6;  // Linha:  12185
CreateObject(5778, 1477.93, -1818.52, 12.67, 180.00, 0.00, 358.6; // Linha:   12224
CreateObject(11280, 1540.27, -1864.83, 12.49, 0.00, 0.00, 239.6;  // Linha:  12253
Reply
#2

Tenta assim:

pawn Код:
CreateObject(10183, 1403.93, -1839.49, 12.57, 0.00, 0.00, 135.7);
CreateObject(5778, 1477.96, -1816.89, 12.67, 180.00, 0.00, 358.6);
CreateObject(5778, 1477.93, -1818.52, 12.67, 180.00, 0.00, 358.6);
CreateObject(11280, 1540.27, -1864.83, 12.49, 0.00, 0.00, 239.6);
Reply
#3

+rep vlw
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)