Posts: 143
Threads: 4
Joined: Dec 2014
Quote:
Originally Posted by DarthVeider
pawn Код:
new DP= CreateObject(3976, 1571.60156, -1675.75000, 35.67970, 0.00000, 0.00000, 0.00000); SetObjectMaterial(DP, 12, 4015, "civic01_lan", "sl_laglasswall2"); SetObjectMaterial(DP, 6, 4014, "civic01_lan", "crazy paving"); SetObjectMaterial(DP, 4, 4014, "civic01_lan", "crazy paving"); SetObjectMaterial(DP, 5, 6871,"vegascourtbld","marbletilewal1_256"); SetObjectMaterial(DP, 8, 6871,"vegascourtbld","marbletilewal1_256"); SetObjectMaterial(DP, 13, 6871,"vegascourtbld","marbletilewal1_256");
Cuidado Com Os Espaзos Entre As Vнrgulas Se Persistir No Erro Manda MP.
|
Amigo, os espaзos em brancos deixados pela vнrgula serб ignorado pelo compilador, entгo nгo й o problema.
pawn Код:
new DP = CreateObject(3976, 1571.60156, -1675.75000, 35.67970, 0.00000, 0.00000, 0.00000);