SA-MP Forums Archive
Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help (/showthread.php?tid=385987)



Help - Dazza - 18.10.2012

I get these errors. I know its the streamer but I've reinstalled it twice.

C:\Users\Darren\Downloads\game\pawno\include\strea mer.inc(154) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\Darren\Downloads\game\pawno\include\strea mer.inc(374) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\Darren\Downloads\game\pawno\include\strea mer.inc(396) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\Darren\Downloads\game\pawno\include\strea mer.inc(39 : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\Darren\Downloads\game\gamemodes\PPC_Truck ing.pwn(217) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.


Re : Help - yusei - 18.10.2012

Код:
//streamer------------------------------------------------------------------------------------------
#define OBJECT_MATERIAL_SIZE_256x128 128//                                                        --
#define SELECT_OBJECT_PLAYER_OBJECT 10//                                                          --
forward OnPlayerEditObject( playerid, playerobject, objectid, response,//                         --
Float:fX, Float:fY, Float:fZ, Float:fRotX, Float:fRotY, Float:fRotZ );//                          --
forward OnPlayerSelectObject(playerid, type, objectid, modelid, Float:fX, Float:fY, Float:fZ);//  --
#include <streamer>//                                                                             --
//------------------------------------------------------
--------------------------------------------


Re: Help - Danyal - 18.10.2012

you need to update your server from other version to 0.3e


Re: Re : Help - Dazza - 18.10.2012

Quote:
Originally Posted by yusei
Посмотреть сообщение
Код:
//streamer------------------------------------------------------------------------------------------
#define OBJECT_MATERIAL_SIZE_256x128 128//                                                        --
#define SELECT_OBJECT_PLAYER_OBJECT 10//                                                          --
forward OnPlayerEditObject( playerid, playerobject, objectid, response,//                         --
Float:fX, Float:fY, Float:fZ, Float:fRotX, Float:fRotY, Float:fRotZ );//                          --
forward OnPlayerSelectObject(playerid, type, objectid, modelid, Float:fX, Float:fY, Float:fZ);//  --
#include <streamer>//                                                                             --
//------------------------------------------------------
--------------------------------------------
Thanks for your help works now