Please help with this errors - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Please help with this errors (
/showthread.php?tid=243733)
Please help with this errors -
Vlad_Dubonos - 24.03.2011
Код:
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(3869) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(3898) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(4244) : error 004: function "SafeSetPlayerInterior" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(4287) : error 017: undefined symbol "GetVehicleName"
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(4287) : warning 202: number of arguments does not match definition
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(4303) : error 004: function "IsASalesVehicle" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(4307) : error 004: function "GetVehiclePrice" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(4402) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(4407) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(4412) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(4417) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(4422) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(6627) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(6667) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(6696) : error 004: function "SafeGivePlayerWeapon" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(6743) : error 004: function "SaveGuns" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(6747) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(6751) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(6755) : error 004: function "UpdatePlayerPosition" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(6861) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(6862) : error 004: function "SafeSetPlayerInterior" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(6871) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(6872) : error 004: function "SafeSetPlayerInterior" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(6961) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(6967) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(6983) : error 004: function "SetRealMoney" is not implemented
C:\Documents and Settings\xp\щемзп дтбегд\Farmer's Roleplay\Farmer's Roleplay\gamemodes\Fr.pwn(6986) : error 004: function "SafeSetPlayerInterior" is not implemented
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
26 Errors.
Код:
new name[MAX_PLAYER_NAME];
new wstring[MAX_PLAYER_NAME];
GetPlayerName(i, name, sizeof(name));
format(string, sizeof(string), "%s", name);
strmid(wstring, string, 0, strlen(string), 255);
if(strcmp(BizzInfo[bizid][bExtortion] ,wstring, true ) == 0 )
{
new value = money / 100;
value = value * 10;
SafeGivePlayerMoney(i, value);
BizzInfo[bizid][bTill] -= value;
}
}
}
return 1;
}
public ExtortionSBiz(bizid, money)
{
new string[128];
format(string, sizeof(string), "No-one");
if(strcmp(SBizzInfo[bizid][sbExtortion],string, true ) == 0 )
{
return 0;
}
for(new i = 0; i < MAX_PLAYERS; i++)
Код:
SafeGivePlayerMoney(i, value);
SBizzInfo[bizid][sbTill] -= value;
}
}
}
return 1;
}
stock CommandMsg(playerid)
Код:
SafeSetPlayerInterior(i,GetPlayerInterior(targetid));
}
if(GetPlayerVirtualWorld(targetid) > 0)
{
SetPlayerVirtualWorld(i,GetPlayerVirtualWorld(targetid));
}
}//Targetid connected
}
}
}
}
//------------------------------------------------------------------------------------------------------
but i dont think its the problem i can trust to someone and give hem to mode and he can fix that?>
Re: Please help with this errors -
Sascha - 24.03.2011
without the code we can't tell you more than the errors and warning are already saying
Re: Please help with this errors -
Vlad_Dubonos - 24.03.2011
Idk i kinda newb i am new here so help please
Re: Please help with this errors -
sapsap - 24.03.2011
Post the lines.
Re: Please help with this errors -
Vlad_Dubonos - 24.03.2011
The bugged lines?
Re: Please help with this errors -
alpha500delta - 24.03.2011
You either forgot to forward them or you forgot a return somewhere...
Re: Please help with this errors -
Vlad_Dubonos - 24.03.2011
but i dont think its the problem i can trust to someone and give hem to mode and he can fix that?>
Re: Please help with this errors -
Biesmen - 24.03.2011
The problem is, you're missing a bracket somewhere.
Re: Please help with this errors -
Vlad_Dubonos - 24.03.2011
How i can know where i missed ")"
how i can know that?
Re: Please help with this errors -
Vlad_Dubonos - 24.03.2011
Fixed