SA-MP Forums Archive
What is wrong with physics.ini? - 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: What is wrong with physics.ini? (/showthread.php?tid=576759)



What is wrong with physics.ini? - Metharon - 06.06.2015

pawn Код:
C:\Users\Valentin\Desktop\Mega\rpg.fraggs.ro\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\..\amx\asm.inc(126) : warning 219: local variable "base" shadows a variable at a preceding level
C:\Users\Valentin\Desktop\Mega\rpg.fraggs.ro\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(358) : warning 219: local variable "base" shadows a variable at a preceding level
C:\Users\Valentin\Desktop\Mega\rpg.fraggs.ro\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(406) : warning 219: local variable "base" shadows a variable at a preceding level
C:\Users\Valentin\Desktop\Mega\rpg.fraggs.ro\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(451) : warning 219: local variable "base" shadows a variable at a preceding level
C:\Users\Valentin\Desktop\Mega\rpg.fraggs.ro\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\y_amx.inc(627) : warning 219: local variable "base" shadows a variable at a preceding level
C:\Users\Valentin\Desktop\Mega\rpg.fraggs.ro\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\y_utils.inc(538) : warning 219: local variable "base" shadows a variable at a preceding level
C:\Users\Valentin\Desktop\Mega\rpg.fraggs.ro\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\y_utils.inc(906) : warning 219: local variable "base" shadows a variable at a preceding level
C:\Users\Valentin\Desktop\Mega\rpg.fraggs.ro\pawno\include\YSI\..\YSI_Data\..\YSI_Coding\y_hooks/impl.inc(816) : warning 219: local variable "base" shadows a variable at a preceding level
C:\Users\Valentin\Desktop\Mega\rpg.fraggs.ro\pawno\include\YSI\..\YSI_Data\y_foreach/iterators.inc(261) : warning 219: local variable "base" shadows a variable at a preceding level
C:\Users\Valentin\Desktop\Mega\rpg.fraggs.ro\gamemodes\frg.pwn(30265) : error 017: undefined symbol "PHY_InitObject"
C:\Users\Valentin\Desktop\Mega\rpg.fraggs.ro\gamemodes\frg.pwn(30266) : error 017: undefined symbol "PHY_SetObjectVelocity"
C:\Users\Valentin\Desktop\Mega\rpg.fraggs.ro\gamemodes\frg.pwn(30267) : error 017: undefined symbol "PHY_SetObjectFriction"
C:\Users\Valentin\Desktop\Mega\rpg.fraggs.ro\gamemodes\frg.pwn(30268) : error 017: undefined symbol "PHY_SetObjectGravity"
C:\Users\Valentin\Desktop\Mega\rpg.fraggs.ro\gamemodes\frg.pwn(30269) : error 017: undefined symbol "PHY_SetObjectZBound"
C:\Users\Valentin\Desktop\Mega\rpg.fraggs.ro\gamemodes\frg.pwn(30264) : warning 204: symbol is assigned a value that is never used: "obj"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase

pawn Код:
#include <a_samp>
#include <core>
#include <float>
#include <time>
#include <file>
#include <streamer>
#include <utils>
#include <a_http>
#include <morphinc>
#include <a_mysql>
#include <physics>
#include <a_zones>
WHY . IS . NOT . READING

.. the include is there <physics> but the functions still aren't defined..


Re: What is wrong with physics.ini? - JaydenJason - 06.06.2015

nvm this


Re: What is wrong with physics.ini? - Metharon - 06.06.2015

... UP PLEASE , I want to use physics


Re: What is wrong with physics.ini? - PeppeAC - 07.06.2015

Try changing
#include <foreach>
with
#include <YSI\y_iterator>
in physics.inc


Re: What is wrong with physics.ini? - Metharon - 07.06.2015

Peppe can you please give me a mediafire link for all the includes i need ? I tried some YSI includes , but none of them ... please give me the include recommanded by you!


Re: What is wrong with physics.ini? - Metharon - 07.06.2015

uppp


Re: What is wrong with physics.ini? - Metharon - 10.06.2015

UP

- Any dowload links for the correct ysi ?