- 0
Problema comanda /spec
-
Similar Content
-
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
tantan_andrey
Salut. Am si eu o problema:(. Am bagat si eu comanda /specplayeri:(( si imi da urmatoarele erori/warning-uri:((:
Comanda este:dcmd_specplayer(playerid, params[]) { new Giveplayerid, Name[256], String[256], Name2[256]; if (PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pHelper] >= 4) { if (sscanf(params, "d", Giveplayerid)) SendClientMessage(playerid,COLOR_WHITE, "SERVER: /specplayer [Playerid]"); else if (!IsPlayerConnected(Giveplayerid)) SendClientMessage(playerid,COLOR_PURPLE,"Player not connected?"); else { if ( Specing[Giveplayerid] == 1 ) { SendClientMessage(playerid, COLOR_RED, " The person you have tried to spec is spectating someone else."); } else { GetPlayerName(playerid, Name, 256); GetPlayerName(Giveplayerid, Name2, 256); format(String, 256, "[%i] %s is now spectating [%i] %s",playerid, Name,Giveplayerid, Name2); CallLocalFunction("ircRemoteSay", "iss", 1, "#FSE", String); Specing[playerid] = 1; } if ( !IsPlayerInAnyVehicle(Giveplayerid) ) { TogglePlayerSpectating(playerid, 1); PlayerSpectatePlayer(playerid, Giveplayerid); SetPlayerInterior(playerid,GetPlayerInterior(Giveplayerid)); SetPlayerVirtualWorld(playerid, GetPlayerVirtualWorld(Giveplayerid)); return 1; } else { TogglePlayerSpectating(playerid, 1); PlayerSpectateVehicle(playerid, GetPlayerVehicleID(Giveplayerid)); SetPlayerInterior(playerid,GetPlayerInterior(Giveplayerid)); SetPlayerVirtualWorld(playerid, GetPlayerVirtualWorld(Giveplayerid)); return 1; } } } return 1; } dcmd_specoff(playerid, params[]) { #pragma unused params TogglePlayerSpectating(playerid, 0); Specing[playerid] = 0; return 1; }Sa iti dea Deumnezeu sanatate TzAkS
2 answers to this question
Recommended Posts