Save Position
#1

Hello everyone,

I create my save position script by THIS

Error:
Код:
D:\samp servas\Naujas aplankas\gamemodes\****.pwn(214) : error 017: undefined symbol "INI_ParseFile"
D:\samp servas\Naujas aplankas\gamemodes\****.pwn(214) : warning 215: expression has no effect
D:\samp servas\Naujas aplankas\gamemodes\****.pwn(214) : error 029: invalid expression, assumed zero
D:\samp servas\Naujas aplankas\gamemodes\****.pwn(214) : error 017: undefined symbol "extra"
D:\samp servas\Naujas aplankas\gamemodes\****.pwn(214) : fatal error 107: too many error messages on one line

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


4 Errors.
This is place there is problem:
Код:
public OnPlayerConnect(playerid)
{
PosX[ playerid ] = 0;
PosY[ playerid ] = 0;
PosZ[ playerid ] = 0;
Angle[ playerid ] = 0;
Interior[ playerid ] = 0;
VirtualWorld[ playerid ] = 0;

INI_ParseFile( user_ini_file( playerid ), "load_user_%s", .bExtra = true, .extra = playerid );
return ( 1 );
}
What to do?

HELP ME!!
Reply


Messages In This Thread
Save Position - by rokasma - 07.11.2012, 14:51
Re: Save Position - by MatZZPL - 07.11.2012, 14:57
Re: Save Position - by HyDrAtIc - 07.11.2012, 15:00
Re: Save Position - by rokasma - 07.11.2012, 15:01
Re: Save Position - by MatZZPL - 07.11.2012, 15:03
Re: Save Position - by rokasma - 07.11.2012, 15:03
Re: Save Position - by HyDrAtIc - 07.11.2012, 15:04
Re: Save Position - by rokasma - 07.11.2012, 15:06
Re: Save Position - by MatZZPL - 07.11.2012, 15:06

Forum Jump:


Users browsing this thread: 1 Guest(s)