C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(2418) : error 017: undefined symbol "GivePlayerCash" C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(2447) : error 017: undefined symbol "GivePlayerCash" C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3056) : error 017: undefined symbol "strmatch" C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3064) : error 017: undefined symbol "strmatch" C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3147) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3151) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3163) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3167) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3171) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3175) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3179) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3183) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3187) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3191) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3203) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3207) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3211) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3215) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3219) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3231) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3235) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3239) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3251) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3255) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(4247) : error 017: undefined symbol "ResetPlayerCash" C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(4905) : error 017: undefined symbol "GivePlayerCash" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors.
#include <a_samp> #include <core> #include <float> #include <time> #include <file> #include <utils> //#include <pBoom> #include <streamer> #include <SII> //#include <dini> #include <a_mysql> #define CREDITS_MESSAGE "{FFAF00}Credits: {FFFFFF}Creditele le revin lui Reachless & FeaR pentru developarea acestui gamemode. Le multumim!" #include <saveacc> //#include <*******> #include <zcmd> //#include <svCheats> // ELEVATOR #include "../include/gl_common.inc"
GivePlayerCash(i, value);
GivePlayerCash(i, value);
if(PlayerInfo[playerid][pAdmin] < 5 && !strmatch(vInfo[OwnedVeh(vehicleid)][vOwner], "Unbought"))
if(OwnedVeh(vehicleid) != 0 && vInfo[OwnedVeh(vehicleid)][vLocked] == 1 && !strmatch(vInfo[OwnedVeh(vehicleid)][vOwner], pName(playerid)))
if(PlayerToPoint(25.0,playerid,207.5627,-103.7291,1005.2578) || PlayerToPoint(25.0,playerid,203.9068,-41.0728,1001.8047))
else if(PlayerToPoint(30.0,playerid,214.4470,-7.6471,1001.2109) || PlayerToPoint(50.0,playerid,161.3765,-83.8416,1001.8047))
if(PlayerToPoint(6.0,playerid,1004.0070,-939.3102,42.1797) || PlayerToPoint(6.0,playerid,1944.3260,-1772.9254,13.3906))
ResetPlayerCash(playerid);
GivePlayerCash(i, Jackpot);
Do not tell me that you used some random command converter to convert your commands?
|
I hope your ZCMD commands are located OUTSIDE of OnPlayerCommandText
|
public OnPlayerCommandText
{
LEAVE THIS
}
CMD:CommandsGoHERE(playerid, params[])
{
command lines
return 1;
}