Crazy compilers!
#1

I've found what was causing the problems:

I'm using DjSon by Draco Blue to store and retrieve data.

I've found that if I do:

pawn Код:
GetInt( playerid, string[] )
{
     return djInt(PlayerName(playerid),string);
}
it doesn't work and messes up my whole script.

i have to do:

pawn Код:
GetInt( playerid, string[] )
{
     new value = djInt(PlayerName(playerid),string);
     return value;
}
It was driving me crazy!
Reply


Messages In This Thread
Crazy compilers! - by clavador - 04.03.2012, 06:10
Re: Crazy compilers! - by R0FLC0PTER - 04.03.2012, 10:40
Respuesta: Crazy compilers! - by clavador - 05.03.2012, 06:49

Forum Jump:


Users browsing this thread: 1 Guest(s)