SA-MP Forums Archive
help me somebody plz! - 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: help me somebody plz! (/showthread.php?tid=127728)



help me somebody plz! - KennYthegod - 14.02.2010

hello again i got an idiot problem in my mod i got an retard error!
he is the } error!
if i delete the } its give me the don't send error!
if i add the } its give me the 26 errors with playertopoint help me guys


//Hotdog
CreateObject(1340, 1543.992310, -1696.832764, 13.674461, 0.000000, 0.000000, 180.000000);
CreateObject(1340, 1803.603638, -1862.945313, 13.703262, 0.0000, 0.0000, 90.0000);
CreateObject(1340, -1976.094116, 198.379593, 27.665741, 0.0000, 0.0000, 180.0000);
}



Re: help me somebody plz! - mansonh - 14.02.2010

Post the whole section of your code, from what you have put we can't tell whats going on.


Re: help me somebody plz! - KennYthegod - 14.02.2010

only that i put i add some objects and i must pun the }
after i add i compiled and get that shit error
if i remove i get 26 errors


Re: help me somebody plz! - KennYthegod - 14.02.2010

errors:

C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(2692) : error 004: function "SendIRCMessage" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(2714) : error 004: function "SendIRCMessage" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(3023) : error 004: function "OOCOff" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(3035) : error 004: function "OOCOff" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(3055) : error 004: function "OOCOff" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(3063) : error 004: function "OOCOff" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(3074) : error 004: function "OnPlayerUpdate" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(3550) : error 004: function "ABroadCast" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(3656) : error 004: function "SendFamilyMessage" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(3979) : error 004: function "PlayerFixRadio" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(470 : warning 217: loose indentation
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(4713) : warning 217: loose indentation
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(5926) : error 004: function "ABroadCast" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(6142) : error 004: function "ABroadCast" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(6204) : error 004: function "PlayerFixRadio" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(6457) : error 004: function "OOCOff" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(646 : error 004: function "OOCOff" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(6534) : error 004: function "OOCOff" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(6545) : error 004: function "OOCOff" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(7140) : warning 217: loose indentation
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(7207) : warning 204: symbol is assigned a value that is never used: "robstat"
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(7195) : warning 204: symbol is assigned a value that is never used: "leader"
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(7194) : warning 204: symbol is assigned a value that is never used: "admin"
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(7293) : error 004: function "OnPlayerUpdate" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(7404) : error 004: function "ini_GetKey" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(7404) : error 033: array must be indexed (variable "key")
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(7405) : error 004: function "ini_GetValue" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(7405) : error 033: array must be indexed (variable "val")
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(7406) : error 004: function "ini_GetValue" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(7406) : error 033: array must be indexed (variable "val")
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(7407) : error 004: function "ini_GetValue" is not implemented
C:\Documents and Settings\Admin\Desktop\X-Zone\PgH\gamemodes\gZ.pwn(7407) : error 033: array must be indexed (variable "val")

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


26 Errors.



Re: help me somebody plz! - Onyx09 - 14.02.2010

you dont need to add that bracket } -_- unless its a filter script wich i doubt since u got those errors
how about addin those objects just there where u have the rest objects ? if you dont have any make sure if you close a
bracket make sure theres one starting it