SA-MP Forums Archive
help in my gm - 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 in my gm (/showthread.php?tid=233287)



help in my gm - marwan - 01.03.2011

hi all i need help i put createobject in my game mode its always say error 28 symbol alredy defined createobject but my gm dont have #defined at all


Re: help in my gm - Venice - 01.03.2011

post error here

And Read Rules


Re: help in my gm - alpha500delta - 01.03.2011

Put the "CreateObject" code under "OnGameModeInit"
Example:

pawn Код:
public OnGameModeInit()
{
    CreateObject(1337, 56.67653, 32.423526, 1.1345, 0.000000, 0.000000, 0.000000);
    return 1;
}



Re: help in my gm - marwan - 01.03.2011

now that error please help error 021: symbol already defined: "Streamer_OnGameModeInit"