24.02.2014, 22:12
(
Последний раз редактировалось KermitTheMysteryFrog; 24.02.2014 в 22:26.
Причина: added SetDynamicObjectMaterial line from code
)
I updated plugins and includes and now getting this errors:
Now giving this errors
4 Errors.
PHP код:
#include <a_samp>
#include <F_Streamer> //faster without SetDynamicObjectMaterial
#include <streamer> // lower with SetDynamicObjectMaterial;
new zabudowany1;
new zabudowany2;
new zabudowany3;
new zabudowany4;
public OnFilterScriptInit()
{
line460: zabudowany1 = F_CreateObject(6959, 822, 4437, 4.15,0.000,0.000,0.000, 200.0, true);
line461: zabudowany2 = F_CreateObject(6959, 822, 4477.00977, 4.15, 0, 0, 18,0.00, 200.0, true);
line462: zabudowany3 = F_CreateObject(6959, 822, 4516.99512, 4.15, 0, 0, ,0.00, 200.0, true);
line463: zabudowany4 = F_CreateObject(6959, 822, 4557.00977, 4.15, 0, 0, 18,0.00, 200.0, true);
SetDynamicObjectMaterial(zabudowany1, 0, 8344, "vgssland01", "brickred", 0);
SetDynamicObjectMaterial(zabudowany2, 0, 8344, "vgssland01", "brickred", 0);
SetDynamicObjectMaterial(zabudowany3, 0, 8344, "vgssland01", "brickred", 0);
SetDynamicObjectMaterial(zabudowany4, 0, 8344, "vgssland01", "brickred", 0);
PHP код:
C:\Users\User\Downloads\samp03z_svr_R1_win32\filterscripts\PolandProject.pwn(461) : warning 213: tag mismatch
C:\Users\User\Downloads\samp03z_svr_R1_win32\filterscripts\PolandProject.pwn(462) : error 029: invalid expression, assumed zero
C:\Users\User\Downloads\samp03z_svr_R1_win32\filterscripts\PolandProject.pwn(462) : warning 215: expression has no effect
C:\Users\User\Downloads\samp03z_svr_R1_win32\filterscripts\PolandProject.pwn(462) : warning 215: expression has no effect
C:\Users\User\Downloads\samp03z_svr_R1_win32\filterscripts\PolandProject.pwn(462) : warning 215: expression has no effect
C:\Users\User\Downloads\samp03z_svr_R1_win32\filterscripts\PolandProject.pwn(462) : error 001: expected token: ";", but found ")"
C:\Users\User\Downloads\samp03z_svr_R1_win32\filterscripts\PolandProject.pwn(462) : error 029: invalid expression, assumed zero
C:\Users\User\Downloads\samp03z_svr_R1_win32\filterscripts\PolandProject.pwn(462) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase