[Tutorial] How to make zones visible under minimap.
#6

Quote:
Originally Posted by ModianO
Посмотреть сообщение
I was inactive, what's wrong?
Everything about this thread.

You don't explain what anything does. You tell people to copy from pastebin. And the code there would bug a mode.

EG,
Read the comments.
pawn Код:
public OnGameModeInit()
{
    // Don't use these lines if it's a filterscript <<
    SetGameModeText("Blank Script");// this will change the mode text to "blank script"
    AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);//adds another cj class to the mode messing classes up
    return 1;
}
This will mess class selection up.
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
    SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
    SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
    return 1;
}
The script is either a gamemode or a filterscript not both. So you should edit the code accordingly. Remove any callbacks/code that are not used.
Reply


Messages In This Thread
How to make zones visible under minimap. - by ModianO - 30.08.2011, 10:10
Re: How to make zones visible under minimap. - by =WoR=Varth - 30.08.2011, 10:13
Re: How to make zones visible under minimap. - by Darnell - 30.08.2011, 11:42
Re: How to make zones visible under minimap. - by iggy1 - 30.08.2011, 19:17
Re: How to make zones visible under minimap. - by ModianO - 31.08.2011, 09:45
Re: How to make zones visible under minimap. - by iggy1 - 01.09.2011, 09:13

Forum Jump:


Users browsing this thread: 1 Guest(s)