19.05.2010, 17:37
I have this:
And when i type the command that triggers that ingame i get this in the server console
[code=Server Console]MapAndreas: plugin could not init!
MapAndreas: check files and make sure you have enough memory![/code]
pawn Код:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
MapAndreas_Init(1);
MapAndreas_FindZ_For2DCoord(x, y, z);
CreateObject(1575, x, y, z, 0, 0, 0);
[code=Server Console]MapAndreas: plugin could not init!
MapAndreas: check files and make sure you have enough memory![/code]