I need include dini
#1

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
Reply
#2

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

Hope I could help!
Reply
#3

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

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!
Reply
#5

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);
{
Reply
#6

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

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];
Reply
#8

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;
Reply
#9

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!
Reply
#10

Twisted Do you have skype ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)