- 0
Sprijin Tutorial
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
w3b
Nick: w3b
Problema: Am incercat sa fac ca in timpul tutorialului playerul sa aiba mute pentru a evita reclamele unui player care se conecteaza imediat la server , sa poata scrie pe chat dupa tutorial.
Errori: nu da
Ai incercat sa rezolvi singur ?: Da am incercat asta [pawn] else if(TutTime == 16)
{
ClearChatbox(i, 10);
PlayerData[playa][pMuted] = 1;
PlayerData[playa][pMuteTime] = time*60;
SetPlayerPos(i, 1742.8295,-1868.7854,30.6323);
SetPlayerCameraPos(i, 1812.6481, -1832.1870, 26.8296);
SetPlayerCameraLookAt(i, 1788.9900,-1821.4302,57.9125);
SetPlayerInterior(i, 0);[/pawn]
Si la ultimul TutTime am pus PlayerData[playa][pMuted] = 0; dar nu a functionat tot poti scrie pe chat in timpul tutorialului.
5 answers to this question
Recommended Posts