Please Help Error
#1

Hello, my Scripter is off-line and I have here just a lot of problems
Know one in which this can lie


C:\Users\Dennis\mischdeutsch.pwn(3634) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(3663) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(3897) : error 004: function "SafeSetPlayerInterior" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(3940) : error 017: undefined symbol "GetVehicleName"
C:\Users\Dennis\mischdeutsch.pwn(3940) : warning 202: number of arguments does not match definition
C:\Users\Dennis\mischdeutsch.pwn(3956) : error 004: function "IsASalesVehicle" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(3960) : error 004: function "GetVehiclePrice" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(4050) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(4055) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(4060) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(4065) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(4070) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(4079) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(5860) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(5900) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(5919) : error 004: function "SafeGivePlayerWeapon" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(5966) : error 004: function "SaveGuns" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(5970) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(5974) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(597 : error 004: function "UpdatePlayerPosition" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(6084) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(6085) : error 004: function "SafeSetPlayerInterior" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(6094) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(6095) : error 004: function "SafeSetPlayerInterior" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(6127) : error 004: function "RemoveRoadblock" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(6182) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Users\Dennis\mischdeutsch.pwn(618 : error 004: function "SafeSetPlayerPos" is not implemented

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.
Reply
#2

Forgot to close brackets or quotes somewhere most likely.
Reply
#3

show the code please
Reply
#4

You use a lot of functions that are not forwarded, I assume.
GetVehicleName does not exist, but there is GetVehicleModel or GetVehicleID.
Reply
#5

icich has checked the lines where the mistakes seem, however everything is quite normal

here one of the lines

if (GetVehicleModel (vehicleid) == 520)//hydra
{
if (IsACop (playerid) && player info [playerid] [pRank]> = 7 || IsSpecial (playerid) || Player info [playerid] [pAdmin]> = 5 && player info [playerid] [pAdminDuty] == 1st player info [playerid] [pHydraR] == 1) {}
else {SendClientMessage (playerid, COLOR_LIGHTBLUE, "** Only Higher Ranked Law Enforcement Units May use This!!"); new Float:X, Float:Y, Float:Z; GetPlayerPos (playerid, X, Y, Z); safe set player bottoms (playerid, X, Y, Z);}

inin to the other lines where something like that similar it seems is no mistake

sry for mine in English

who can i added getvehiclename?
Reply
#6

You are missing a bracket somewhere in your script.
Reply
#7

you need more } ceck the if ;

This forum requires that you wait 120 seconds between posts. Please try again in 20 seconds.
umpf <.<
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)