13.05.2011, 13:30
This is not 100% like you want it but you see how you do it, you can edit it.
Instead of use:
forward (...)
public (...)
use:
Instead of use:
forward (...)
public (...)
use:
pawn Код:
stock SetPlayerMapIconEX(playerid = -1, Float:distance, Float:x, Float:y, Float:z, type, color, worldid = -1, interiorid = -1)
{
return CreateDynamicMapIcon(x, y, z, type, color, worldid, interiorid, playerid, distance);
}