16.11.2018, 18:40
Hello, i dont know how to extract a map that i created with map editor i know that i should copy codes but i dont know where to paste them
Thanks for the help.
Thanks for the help.
public OnGameModeInit() { CreateObject(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ, Float:DrawDistance = 0.0); return 1; }
public OnPlayerConnect(playerid) { RemoveBuildingForPlayer(playerid, modelid, Float:fX, Float:fY, Float:fZ, Float:fRadius); return 1; }
i am sorry i dont understant you i am new at mapping i just added some roads in map but i dont know how to apply them in samp.I dont own any server i am just an player so i want to add those roads only for me not for all other players so please be more clearly
Thank you |
This is what i created,now what should i do to see this on servers that i play just for me not for others players.
|