Invalid variable values
#4

This is kinda odd, but I'm sure there's an explanation to it. Hmm, run this code and see what happens, I created the LoadMap function before using it:

pawn Код:
#include <a_samp>

new
    g_CurMap = 1;

stock LoadMap(mapID)
{
    printf("mapID: %i", mapID);
}

public OnFilterScriptInit()
{
    LoadMap(g_CurMap);
    return 1;
}
Reply


Messages In This Thread
Invalid variable values - by Bakr - 28.11.2012, 18:46
Re: Invalid variable values - by Vince - 28.11.2012, 18:53
Re: Invalid variable values - by Bakr - 28.11.2012, 19:02
Re: Invalid variable values - by [KHK]Khalid - 28.11.2012, 19:07
Re: Invalid variable values - by Bakr - 28.11.2012, 19:11
Re: Invalid variable values - by Bakr - 29.11.2012, 18:42
AW: Invalid variable values - by Nero_3D - 08.12.2012, 10:30
Re: AW: Invalid variable values - by Bakr - 09.12.2012, 22:30
AW: Re: AW: Invalid variable values - by Nero_3D - 14.12.2012, 17:17
Re: Invalid variable values - by Bakr - 16.01.2013, 20:49

Forum Jump:


Users browsing this thread: 1 Guest(s)