Server Tutorial System
#5

pawn Код:
if(PlayerInfo[playerid][pTutDone] == 0)
            {
                SetPlayerCameraPos(playerid, 1796.2111, -1743.2144, 24.9680);
                SetPlayerCameraLookAt(playerid, 1796.9711, -1742.5735, 24.9130);
                SafeSetPlayerInterior(playerid, 0);
                SetPlayerVirtualWorld(playerid, 0);
                TogglePlayerControllable(playerid, 0);
               
                // Clears the chat-box for the user
                ClearChatbox(playerid, 100);
               
                // Sends the client messages
                SendClientMessage(playerid, COLOR_LIGHTBLUE,"::..Los Santos Police Department..::");
                SendClientMessage(playerid, COLOR_WHITE,"This is a fuck off test!");
               
                return 1;
            }
This is the first part of it, I havent got to second yet, because trying to work out why graphics isn't loaidng rite?
Reply


Messages In This Thread
Server Tutorial System - by UnknownGamer - 31.10.2012, 20:37
Re: Server Tutorial System - by Stereotype - 31.10.2012, 20:39
Re: Server Tutorial System - by UnknownGamer - 31.10.2012, 20:40
Re: Server Tutorial System - by Stereotype - 31.10.2012, 20:42
Re: Server Tutorial System - by UnknownGamer - 31.10.2012, 20:44
Re: Server Tutorial System - by Stereotype - 31.10.2012, 22:25
Re: Server Tutorial System - by [D]ry[D]esert - 31.10.2012, 23:17
Re: Server Tutorial System - by UnknownGamer - 31.10.2012, 23:18
Re: Server Tutorial System - by Eric - 31.10.2012, 23:20

Forum Jump:


Users browsing this thread: 1 Guest(s)