[Pomoc] Errori

Započeo Darko a.k.a OptX, Jun 08, 2011, 12:14:59 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 3 gostiju pregledaju ovu temu.

Skripta koju koristim: BU
Detaljan opis problema:
Kada idem compile izbaci mi sledece errore :

C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(3608) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(3637) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(3871) : error 004: function "SafeSetPlayerInterior" is not implemented
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(3914) : error 017: undefined symbol "GetVehicleName"
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(3914) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(3930) : error 004: function "IsASalesVehicle" is not implemented
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(3932) : error 004: function "GetVehiclePrice" is not implemented
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(4021) : error 036: empty statement
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(4022) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(4022) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(4026) : error 036: empty statement
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(4027) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(4027) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(4032) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(4037) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(4042) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(4051) : error 004: function "SafeSetPlayerPos" is not implemented
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(4834) : error 004: function "SendAdminMessage" is not implemented
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(5464) : error 004: function "SendIRCMessage" is not implemented
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(5486) : error 004: function "SendIRCMessage" is not implemented
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(5498) : error 004: function "SaveCK" is not implemented
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(5528) : error 004: function "SavePapers" is not implemented
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(5559) : error 004: function "SaveFamilies" is not implemented
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(5803) : error 004: function "OOCOff" is not implemented
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(5817) : error 004: function "OOCOff" is not implemented
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(5823) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Documents and Settings\Darko\Desktop\UNRP\gamemodes\unt.pwn(5837) : error 004: function "SaveStuff" is not implemented

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.


Dio skripte:
red 3608 -"     SafeGivePlayerMoney(i, value);"
red 3637 -"     SafeGivePlayerMoney(i, value);"
red 3871 -" SafeSetPlayerInterior(i,GetPlayerInterior(targetid));"
red 3914 -" GetVehicleName(vehicleid, vehicle, sizeof(vehicle));"
red 3930 -" else if(IsASalesVehicle(vehicleid))"
red 3932 -" format(string,sizeof(string),"Autosalon | BR\n\n Dal zelite kupiti vozilo za $%d",GetVehiclePrice(vehicleid));"
red 4021 -"     if(IsACop(playerid) && PlayerInfo[playerid][pRank] >= 7 || IsSpecial(playerid) || PlayerInfo[playerid][pAdmin] >= 5 && PlayerInfo[playerid][pAdminDuty] == 1 || PlayerInfo[playerid][pHydraR] == 1); { }"
red 4022 -"     else { SendClientMessage(playerid, COLOR_LIGHTBLUE, "**  Samo odredjene jedinice mogu koristiti ovo!!"); new Float:X, Float:Y, Float:Z; GetPlayerPos(playerid, X,Y,Z); SafeSetPlayerPos(playerid, X,Y,Z); }"
red 4026 -"     if(IsACop(playerid) && PlayerInfo[playerid][pRank] >= 7 || IsSpecial(playerid) || PlayerInfo[playerid][pAdmin] >= 5 && PlayerInfo[playerid][pAdminDuty] == 1 || PlayerInfo[playerid][pHunterR] == 1); { }"
red 4027 -"     else { SendClientMessage(playerid, COLOR_LIGHTBLUE, "** O Samo odredjene jedinice mogu koristiti ovo!!"); new Float:X, Float:Y, Float:Z; GetPlayerPos(playerid, X,Y,Z); SafeSetPlayerPos(playerid, X,Y,Z); }"
red 4824 -"    SendAdminMessage(COLOR_GREEN, string);"
red 5464 -" SendIRCMessage(PlayersChannel[playerid], COLOR_GREEN, string);"
red 5498 -" SaveCK();"
red 5559 -" SaveFamilies();"
red 5803 -"    OOCOff(COLOR_WHITE, string);"
red 5823 -" SafeGivePlayerMoney(i, Jackpot);"
red 5837 -"     SaveStuff();"


Neke slike/video za lakse dobivanje pomoci(neobavezno): /

Pomoc plz  :(
Respect : [TG]$--L84S--$,System32,[BD]Gagi_Corleone

Fali ti negdje {} pogledaj najprije zadnje sta si radio i prebroj koliko imas {} moras imati jednak broj ovih {i ovih }

A joj...Teksko je to naci..Nista onda nacu gm i sve ponovo raditi.Hvala u svakom slucaju...
Respect : [TG]$--L84S--$,System32,[BD]Gagi_Corleone