Lets talk about loading files...
#1

Ok i'm done to roleplay admin system problem now i need another help
well the code is working but the loading source energy (which is the file that will load)
is making my gamemode have errors

Код:
D:\GTA San Andreas\RP Test Server\gamemodes\XR.pwn(564) : error 017: undefined symbol "playerid"
D:\GTA San Andreas\RP Test Server\gamemodes\XR.pwn(566) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
its my first time using such as a loading files using an include <file> not the fastest loading file ever.

inside the text file (name of textfile MapIcon)

Код:
/*
----------------------
|                    |
|   Xtreme Roleplay  |
|  Mapicon Loadfiles |
|   Important File!  |
|                    |
----------------------

*/

/* Datas are now loading */

#include <a_samp>

public OnPlayerConnect(playerid)
{
    SetPlayerMapIcon(playerid,1,1752.8557,-1903.0541,13.5631,55,1,MAPICON_LOCAL);
    return 1;
}
here is the problem i don't know what to do because the part

Код:
OnPlayerConnect(playerid) <<< the playerid - Gives me error
Please help me guys
Reply


Messages In This Thread
Lets talk about loading files... - by GAMER_PS2 - 12.12.2011, 11:31
Re: Lets talk about loading files... - by GAMER_PS2 - 12.12.2011, 11:34
Re: Lets talk about loading files... - by suhrab_mujeeb - 12.12.2011, 11:36
Re: Lets talk about loading files... - by GAMER_PS2 - 12.12.2011, 11:39
Re: Lets talk about loading files... - by GAMER_PS2 - 12.12.2011, 11:46
Re: Lets talk about loading files... - by suhrab_mujeeb - 12.12.2011, 11:48
Re: Lets talk about loading files... - by GAMER_PS2 - 12.12.2011, 12:02
Re: Lets talk about loading files... - by suhrab_mujeeb - 12.12.2011, 12:12
Re: Lets talk about loading files... - by Vince - 12.12.2011, 12:18
Re: Lets talk about loading files... - by GAMER_PS2 - 12.12.2011, 12:19

Forum Jump:


Users browsing this thread: 3 Guest(s)