[POMOC]Car ownership

Započeo Richter, Jul 09, 2012, 13:21:14 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Skripta koju koristim:Jedna...
Detaljan opis problema:Ja sam izbrisao carowner ship iz skripte,i doso do kraja,imao jos nesto za izbrisat,ja sam to izbrisao,i baci mi error:(
Dio skripte:
3697: for(new h = 243; h < sizeof(CarInfo); h++)
3698: {
3699:     SetVehicleParamsForPlayer(h,playerid,0,CarInfo[h][cLock]);
3700: }

Neke slike/video za lakse dobivanje pomoci(neobavezno):C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(3699) : error 028: invalid subscript (not an array or too many subscripts): "CarInfo"
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(3699) : warning 215: expression has no effect
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn3699) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(3699) : error 029: invalid expression, assumed zero
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(3699) : fatal error 107: too many error messages on one line

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


4 Errors.


A kad to izbrisem,mi dodje ovo C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4091) : error 004: function "SaveCK" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4121) : error 004: function "SavePapers" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4149) : error 004: function "SaveFamilies" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4385) : error 004: function "OOCOff" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4395) : error 004: function "OOCOff" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4411) : error 004: function "SaveStuff" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4413) : error 004: function "OOCOff" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4419) : error 004: function "SaveStuff" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4421) : error 004: function "OOCOff" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4476) : error 004: function "OnPlayerUpdateCustom" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4503) : error 004: function "OnPlayerUpdateCustom" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4525) : error 004: function "UnLockCar" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4535) : error 004: function "UnLockCar" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4543) : error 004: function "UnLockCar" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4696) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4709) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4720) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4728) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4738) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4747) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4756) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4764) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4772) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4781) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4789) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Documents and Settings\******\Desktop\********\gamemodes\******.pwn(4797) : error 004: function "SetPlayerToTeamColor" is not implemented

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


26 Errors.
Poslednja Izmena: Jul 09, 2012, 13:26:14 POSLE PODNE od [CZ]Jan_Richter

Vegas.

Daj nekoliko linija iznad i ispod..

   GetPlayerName(playerid, plname, sizeof(plname));
   format(string, sizeof(string), "users/%s.ini", plname);


Vegas.