08.11.2013, 14:13
Yeah i did... and got those errors:
If download link is this:
https://code.******.com/p/samp-strea...downloads/list
Edited: After i deleted this codes:
All errors are removed. but still when i join the server it makes crashes.
If you want than i can give you my whole files.
Код:
D:\18WoS\gamemodes\18WoS.pwn(1563) : error 021: symbol already defined: "SetDynamicObjectMaterialText" D:\18WoS\gamemodes\18WoS.pwn(1565) : error 029: invalid expression, assumed zero D:\18WoS\gamemodes\18WoS.pwn(1565) : error 021: symbol already defined: "Streamer_OnPlayerEditObject" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.
If download link is this:
https://code.******.com/p/samp-strea...downloads/list
Edited: After i deleted this codes:
Код:
native SetDynamicObjectMaterialText(objectid, materialindex, const text[], materialsize = OBJECT_MATERIAL_SIZE_256x128, const fontface[] = "Arial", fontsize = 24, bold = 1, fontcolor = 0xFFFFFFFF, backcolor = 0, textalignment = 0); public OnPlayerEditObject(playerid, playerobject, objectid, response, Float:fX, Float:fY, Float:fZ, Float:fRotX, Float:fRotY, Float:fRotZ) forward Streamer_OnPlayerEditObject(playerid, playerobject, objectid, response, Float:fX, Float:fY, Float:fZ, Float:fRotX, Float:fRotY, Float:fRotZ);
If you want than i can give you my whole files.