Jump to content
  • 0

pomoc Y_objects


pilly

Dotaz

Zdravím, mám problem ze streamerem !

 

Mám ve složce include :

Y_Objects.inc

A ve složce include/ YSI / Visual :

YSI_objects.own

 

Pak v pawnu mám :

#include 

public OnGameModeInit()
{CreateDynamicObject(14602,-2457.23828125,2412.52929688,1.75641632,0.00000000,0.00000000,186.00000000); //	return 1;
}

public OnPlayerDisconnect(playerid, reason)
{
Object_OnPlayerDisconnect( playerid, reason);
 return 1;
}

 

A píše mi to.......

 

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(398) : error 017: undefined symbol "MAX_PLAYERS"

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(524) : error 017: undefined symbol "MAX_PLAYERS"

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(1217) : error 017: undefined symbol "printf"

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(1220) : error 017: undefined symbol "printf"

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(1320) : error 025: function heading differs from prototype

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(1350) : error 025: function heading differs from prototype

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(1387) : error 025: function heading differs from prototype

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(1425) : error 025: function heading differs from prototype

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(1560) : warning 213: tag mismatch

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(1560) : warning 213: tag mismatch

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(1560) : warning 213: tag mismatch

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(1560) : warning 213: tag mismatch

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(1561) : error 017: undefined symbol "floatsub"

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(1561) : warning 213: tag mismatch

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(1562) : error 017: undefined symbol "floatsub"

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(1562) : warning 213: tag mismatch

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(1565) : error 017: undefined symbol "floatround"

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(1691) : warning 213: tag mismatch

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(1848) : warning 213: tag mismatch

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(1865) : warning 213: tag mismatch

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(2380) : error 017: undefined symbol "IsPlayerConnected"

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(2382) : error 017: undefined symbol "GetPlayerPos"

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(2399) : warning 217: loose indentation

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(3105) : error 017: undefined symbol "floatsqroot"

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(3105) : warning 213: tag mismatch

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(3113) : error 017: undefined symbol "CallRemoteFunction"

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(3161) : error 017: undefined symbol "float"

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(3161) : warning 213: tag mismatch

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(3161) : warning 213: tag mismatch

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(3179) : error 017: undefined symbol "MAX_PLAYERS"

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(3179) : error 017: undefined symbol "IsPlayerConnected"

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(3182) : error 017: undefined symbol "MAX_PLAYERS"

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(3182) : warning 217: loose indentation

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(3182) : error 029: invalid expression, assumed zero

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(3183) : error 017: undefined symbol "secStart"

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(3183) : error 017: undefined symbol "MAX_PLAYERS"

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(3183) : error 029: invalid expression, assumed zero

C:\Data\Pawno\include\YSI/Visual/YSI_objects.own(3183) : fatal error 107: too many error messages on one line

 

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

 

 

24 Errors.

 

Přitom pár tych řádku s číslama nad 1500 tam ani nemam !

Poraďte pls.... Předem díky !!!

Link to comment
Share on other sites

1 odpověd na tuto otázku

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...