how is this possible?
#2

pawn Код:
public OnGameModeInit()
{
    // Don't use these lines if it's a filterscript
    SetGameModeText("testing atm!");
    return 1;
}

public OnGameModeExit()
{
    return 1;
}

public OnPlayerRequestClass(playerid, classid)
{
    SetPlayerPos(playerid, -2026.7515,156.7179,29.0391,269.0951);
    SetPlayerCameraPos(playerid, -2021.2136,156.7149,28.6917,88.1551);
    SetPlayerCameraLookAt(playerid, -2026.7515,156.7179,29.0391,269.0951);
    AddPlayerClass(82, -2026.7515,156.7179,29.0391,269.0951);
    AddPlayerClass(83, -2026.7515,156.7179,29.0391,269.0951);
    AddPlayerClass(84, -2026.7515,156.7179,29.0391,269.0951);
    return 1;
}
Reply


Messages In This Thread
how is this possible? - by PANNA - 31.10.2009, 12:17
Re: how is this possible? - by [03]Garsino - 31.10.2009, 14:17
Re: how is this possible? - by Karlip - 31.10.2009, 14:19
Re: how is this possible? - by [03]Garsino - 31.10.2009, 15:13

Forum Jump:


Users browsing this thread: 2 Guest(s)