Jump to content

Kravyus.

Membru
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Kravyus.'s Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Comanda e pentru gm burned CMD:skip(playerid, params[]) { if(TutorialActive[playerid] == 0) return SCM(playerid, -1,"Nu poti folosii comanda aceasta!"); new i = playerid, string[256]; TutorialActive[i] = 0; if(PlayerInfo[i][pTut] == 0) { ServerAccounts++; format(string, sizeof(string), "%s(%d) s-a inregistrat pe server. [#%d]", GetName(i), i, PlayerInfo[i][pSQLID]); SendAdminMessage(COLOR_LIGHTRED, string, 1); for( new j = 0; j <= 50; j++) SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_YELLOW, "Te-ai inregistrat cu succes!"); SendClientMessage(i, COLOR_YELLOW, "Tasteaza /bonus pentru a primii cadoul de deschidere."); SetPlayerCheckpointEx(i, 1219.4441,-1813.0352,16.5938, 5.0); ResetPlayerCash(i); GivePlayerCash(i, 1500000); PlayerInfo[i][pAccount] = 2000000; format(string, sizeof(string), "UPDATE users SET `Tutorial`='1',`Bank`='2000000',`Money`='1500000' WHERE `name`='%s'",GetName(i)); mysql_query(SQL, string); TutTime[i] = 0; PlayerInfo[i][pTut] = 1; gOoc[i] = 0; gNews[i] = 0; gFam[i] = 0; CP[i] = 53; TogglePlayerControllable(i, 1); TogglePlayerSpectating(i, 0); SetCameraBehindPlayer(i); SpawnPlayer(i); PlayerTextDrawHide(i, TutorialTD[0]); PlayerTextDrawHide(i, TutorialTD[1]); } return 1; } public OnPlayerCommandReceived(playerid, cmdtext[]) { if(IsPlayerLogged[playerid] == 0) return 0; if(TutorialActive[playerid] == 1) { if(strcmp(cmdtext, "/skip", true) == 0) {} else return 0; }
×
×
  • Create New...

Important Information

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.