E:\\SileiStunt\\gamemodes\\Szileni.pwn(1345) : error 004: function \"PlayerToPoint\" is not implemented
E:\\SileiStunt\\gamemodes\\Szileni.pwn(1351) : error 004: function \"PlayerToPoint\" is not implemented
Most miért nem akarja elfogadni?
forward is van a playertopoint-ból....
Itt a kis rész:
if (strcmp(\"/enter\", cmdtext, true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(PlayerToPoint(10.0, playerid, 927.2099,-1818.1908,13.3241))
{
SetPlayerInterior(playerid, 11);
SetPlayerPos(playerid, 927.2099,-1818.1908,13.3241);
SendClientMessage(playerid, COLOR_WHITE, \"Köszöntelek a Bárban!\");
}
else if(PlayerToPoint(10.0, playerid, 927.2099,-1818.1908,13.3241))
{
SetPlayerInterior(playerid, 11);
SetPlayerPos(playerid, 927.2099,-1818.1908,13.3241);
SendClientMessage(playerid, COLOR_WHITE, \"Gyere máskor is!\");
}
}
return 1;