23.01.2010, 23:07
I decided to make a tribute for the wtc..
but Im stuck with a timer
if(strcmp(cmdtext, "/wtc", true) == 0) { // Same deal as before
SetPlayerCameraPos(playerid, -1958.5646,297.1433,47.7031);
SetPlayerCameraLookAt(playerid, -1916.0396,445.9594,380.7031);
SendClientMessage (playerid, COLOR_BRIGHTRED, "Wolfbot: Welcome to the world trading centre");
TogglePlayerControllable(playerid, 0);
return 1;
}
if( !strcmp(cmdtext,"/wtcshow",true ))
{
TogglePlayerControllable(playerid, 1);
SetCameraBehindPlayer(playerid);
return 1;
}
I need /wtcshow to start after 8 seconds
If anyones willing to help me
I think it looks beutiful
but Im stuck with a timer
if(strcmp(cmdtext, "/wtc", true) == 0) { // Same deal as before
SetPlayerCameraPos(playerid, -1958.5646,297.1433,47.7031);
SetPlayerCameraLookAt(playerid, -1916.0396,445.9594,380.7031);
SendClientMessage (playerid, COLOR_BRIGHTRED, "Wolfbot: Welcome to the world trading centre");
TogglePlayerControllable(playerid, 0);
return 1;
}
if( !strcmp(cmdtext,"/wtcshow",true ))
{
TogglePlayerControllable(playerid, 1);
SetCameraBehindPlayer(playerid);
return 1;
}
I need /wtcshow to start after 8 seconds
If anyones willing to help me
I think it looks beutiful