help me
#1

hI I HAVE A PROBLEM

I want to create a tutorial for the player but i have this problem
Код:
error 004: function "OnTutorialTimer" is not implemented

error 029: invalid expression, assumed zero
here
Код:
#pragma unused OnTutorialTimer

public OnTutorialTimer()
{
for (new i=0; i<MAX_PLAYERS; i++)
{
if (IsPlayerConnected(i) && gPlayerLogged[i])
{
if(RegistrationStep[i] == 1)
{
SetPlayerCameraPos(i, 1738,-1844,19);
SetPlayerCameraLookAt(i,1763,-1897,0);
SetPlayerPos(i,CivilianSpawn[X],CivilianSpawn[Y],CivilianSpawn[Z]);
TogglePlayerControllable(i,0);
}
else if (RegistrationStep[i] == 3)
{
//here there is the sendclientmessage
Reply
#2

Assure that you close all braces correctly.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)