18.03.2015, 14:21
//my first gamemode
#include <a_samp>
#include <streamer>
#include <sscanf2>
#include <YSI\y_commands>
#define COLOR_RED 0xFF0000FF
main()
(
)
public Ongamemodeinit()
(
return 1;
)
public OnGameModeExit()
(
return 1;
)
public OnPlayerConnect()
(
SendClientMessage (playerid, COLOR_RED, "WELCOME TO THE AVIATION LIFE");
return 1;");
//message to all players
SendClientMessafeToALL (COLOR_RED<"A Player Has Joined the server");
return 1;
)
public OnPlayerDisconnect()
(
return 1;
)
#include <a_samp>
#include <streamer>
#include <sscanf2>
#include <YSI\y_commands>
#define COLOR_RED 0xFF0000FF
main()
(
)
public Ongamemodeinit()
(
return 1;
)
public OnGameModeExit()
(
return 1;
)
public OnPlayerConnect()
(
SendClientMessage (playerid, COLOR_RED, "WELCOME TO THE AVIATION LIFE");
return 1;");
//message to all players
SendClientMessafeToALL (COLOR_RED<"A Player Has Joined the server");
return 1;
)
public OnPlayerDisconnect()
(
return 1;
)