How to Add Mapping to Server?
#2

Get your mappings first.
Then you can make a public like this.
Код:
forward mappings(playerid); //Any name you want
Then you just added the mappings in the public like this
Код:
public mappings(playerid)
{
           //mappings here
           return 1;
}
Then you have to run that public on player connect. Like this.

Код:
public OnPlayerConnect(playerid)
{
        mappings(playerid);
        return 1;
}
Reply


Messages In This Thread
How to Add Mapping to Server? - by Jigsaw123 - 03.06.2014, 20:02
Re: How to Add Mapping to Server? - by KevinPRINCE - 03.06.2014, 20:13
Re: How to Add Mapping to Server? - by SimonItaly - 03.06.2014, 22:12
Re: How to Add Mapping to Server? - by KillerStrike23 - 03.06.2014, 22:24
Re: How to Add Mapping to Server? - by KevinPRINCE - 03.06.2014, 23:26

Forum Jump:


Users browsing this thread: 2 Guest(s)