How to add a game mode to my server?
#5

Quote:
Originally Posted by [GF]Sasino97
View Post
Somewhere after the #includes, but not inside other functions

Very Basic example:

pawn Code:
#include <a_samp>
#include <Streamer>
// ...

new pMoney[MAX_PLAYERS];
// ...

main()
{
    print("Hello World!");
    return 0;
}

// Then here you can put all the other things

public OnPlayerConnect(playerid)
{
    // ....
}
Thank you for your help I appreciate it +1 rep.
Reply


Messages In This Thread
How to add a game mode to my server? - by rangerxxll - 11.09.2011, 01:17
Re: How to add a game mode to my server? - by Sasino97 - 11.09.2011, 01:27
Re: How to add a game mode to my server? - by rangerxxll - 11.09.2011, 01:30
Re: How to add a game mode to my server? - by Sasino97 - 11.09.2011, 01:31
Re: How to add a game mode to my server? - by rangerxxll - 11.09.2011, 01:38

Forum Jump:


Users browsing this thread: 2 Guest(s)