12.12.2011, 11:31
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
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)
here is the problem i don't know what to do because the part
Please help me guys
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.
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; }
Код:
OnPlayerConnect(playerid) <<< the playerid - Gives me error