SA-MP Forums Archive
I need include dini - 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)
+--- Thread: I need include dini (/showthread.php?tid=323427)



I need include dini - [BP]Tony - 05.03.2012

C:\Documents and Settings\Administrator\Desktop\Sampserver2\gamemod es\XS.pwn(6) : fatal error 100: cannot read from file: "dini"

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


1 Error.

#include <dini>
Help me pls


Re: I need include dini - Twisted_Insane - 05.03.2012

This should be the latest version:
http://dracoblue.net/download/dini-16/35/

Hope I could help!


Re: I need include dini - [BP]Tony - 05.03.2012

Tnx.lol Now i need #include <streamer> Haha


Re: I need include dini - Twisted_Insane - 05.03.2012

Of course, my friend! Don't forget to download the latest version:

https://sampforum.blast.hk/showthread.php?tid=102865

Hope I could help you anyways!


Re: I need include dini - [BP]Tony - 05.03.2012

Tnx but
C:\Documents and Settings\Administrator\Desktop\Sampserver2\gamemod es\XS.pwn(76) : error 029: invalid expression, assumed zero

{ // Announcements[number of announcement messages][string lengh]
"*** - To teleport around, type /t - ***",
"*** - Make sure to visit our forums - www.xtreme-planet.net - ***",
"*** - Basic: /help - /rules - /t - /skin - /v***",
"*** - Why don't you /register? All of your stats will be saved - ***",
"*** - Turn off teleport messages with /telesoff - ***",
(76);
{


Re: I need include dini - Max_Coldheart - 05.03.2012

Show us the full code before and inside those brackets, and please use [pawn] & [/pawn] tags before your code.


Re: I need include dini - [BP]Tony - 05.03.2012

pawn Код:
new Text:Textdraw1;

new Float:X, Float:Y, Float:Z, Float:Angle;
new CurrentSpawnedVehicle[MAX_PLAYERS];

new building;

new InvalidNosVehicles[] =
{
    430,446,448,449,452,453,454,461,462,463,468,472,473,481,484,
    493,509,510,520,521,522,523,537,538,569,570,581,586,590,595
};

//DM
new IsInDM[MAX_PLAYERS];

//Anounncements
new Msg;
new Announcements[6][128] = { // Announcements[number of announcement messages][string lengh]
"*** - To teleport around, type /t - ***",
"*** - Make sure to visit our forums - http://www.xtreme-planet.net - ***",
"*** - Basic: /help - /rules - /t -  /skin - /v***",
"*** - Why don't you /register? All of your stats will be saved - ***",
"*** - Turn off teleport messages with /telesoff - ***",
;
{


new nojump2[MAX_PLAYERS];



Re: I need include dini - [BP]Tony - 05.03.2012

Sorry for double i know it.
pawn Код:
new Text:Textdraw1;

new Float:X, Float:Y, Float:Z, Float:Angle;
new CurrentSpawnedVehicle[MAX_PLAYERS];

new building;

new InvalidNosVehicles[] =
{
    430,446,448,449,452,453,454,461,462,463,468,472,473,481,484,
    493,509,510,520,521,522,523,537,538,569,570,581,586,590,595
};

//DM
new IsInDM[MAX_PLAYERS];

//Anounncements
new Msg;
new Announcements[6][128] = { // Announcements[number of announcement messages][string lengh]
"*** - To teleport around, type /t - ***",
"*** - Make sure to visit our forums - http://www.xtreme-planet.net - ***",
"*** - Basic: /help - /rules - /t -  /skin - /v***",
"*** - Why don't you /register? All of your stats will be saved - ***",
"*** - Turn off teleport messages with /telesoff - ***"
};


new nojump2[MAX_PLAYERS];
But it's not now i have another error
pawn Код:
C:\Documents and Settings\Administrator\Desktop\Sampserver2\gamemodes\XS.pwn(76) : error 052: multi-dimensional arrays must be fully initialized
pawn Код:
new Text:Textdraw1;



Re: I need include dini - Twisted_Insane - 05.03.2012

Where else do you got your "Textdraw1"? Is it included in any array or something else? Strange error, show me also the last and next 10 lines!


Re: I need include dini - [BP]Tony - 05.03.2012

Twisted Do you have skype ?