04.07.2008, 04:19
Hey I tried to use it... Here's my resualts:
For this code:
public CPC_OnPlayerEnterCheckpoint(playerid)
{
OnPlayerEnterCheckpointEx(playerid, 1, "cp_bank");
{
SendClientMessage(playerid, COLOR_GREEN, "***Welcome to the Bank***");
}
}
Code:
C:\Program Files\Rockstar Games\GTA San Andreas\SAMP\gamemodes\SAMPRolePlay.pwn(1881) : warning 235: public function lacks forward declaration (symbol "CPC_OnPlayerEnterCheckpoint") C:\Program Files\Rockstar Games\GTA San Andreas\SAMP\gamemodes\SAMPRolePlay.pwn(1882) : error 021: symbol already defined: "CPC_OnPlayerEnterCheckpoint" C:\Program Files\Rockstar Games\GTA San Andreas\SAMP\gamemodes\SAMPRolePlay.pwn(1883) : error 004: function "OnPlayerEnterCheckpointEx" is not implemented
public CPC_OnPlayerEnterCheckpoint(playerid)
{
OnPlayerEnterCheckpointEx(playerid, 1, "cp_bank");
{
SendClientMessage(playerid, COLOR_GREEN, "***Welcome to the Bank***");
}
}