13.05.2010, 14:26
When Im trying to compile gm I get 4 errors :
Please help me :/
Код:
E:\samp03asvr_R4_win32_2_\samp03asvr_R4_win32\gamemodes\SRP.pwn(18382) : error 004: function "Carcheck" is not implemented E:\samp03asvr_R4_win32_2_\samp03asvr_R4_win32\gamemodes\SRP.pwn(18430) : error 004: function "Carcheck" is not implemented E:\samp03asvr_R4_win32_2_\samp03asvr_R4_win32\gamemodes\SRP.pwn(18574) : error 004: function "Carcheck" is not implemented E:\samp03asvr_R4_win32_2_\samp03asvr_R4_win32\gamemodes\SRP.pwn(18589) : error 004: function "Carcheck" is not implemented Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
pawn Код:
//-------------------------[Buy Car]------------------------------------------------
if(strcmp(cmd, "/buycar", true) == 0)
{
if(Carcheck(playerid) == 1){ // line 18382
if(PlayerInfo[playerid][pCKey] > 0)
{