Jump to content
  • 0

Ajutor am problema


eXtreMe96

Question

5 answers to this question

Recommended Posts

if (strcmp(cmdtext, "/grov", true) == 0) {

    ResetPlayerWeapons(playerid);

    if (IsPlayerInAnyVehicle(playerid)) {

    SetVehiclePos(GetPlayerVehicleID(playerid),2494.714111, -1666.929809, 13.343750 );

    SetVehicleZAngle(GetPlayerVehicleID(playerid), 176.258346);

    LinkVehicleToInterior(GetPlayerVehicleID(playerid), 0);

    }

    if (!IsPlayerInAnyVehicle(playerid)) {

    SetPlayerPos(playerid,2494.714111, -1666.929809, 13.343750 );

    SetPlayerFacingAngle(playerid, 176.258346);

    SetPlayerInterior(playerid, 0);

    ResetPlayerWeapons(playerid);

    }

    SendClientMessage(playerid, 0xFFFF00AA, "You Have Been Teleported To Grove Street In LS");

    SetPlayerWorldBounds(playerid, 20000.0000,-20000.0000,20000.0000,-20000.0000); // Bounderies Off//

    return 1;

}

lol

Link to comment
Share on other sites

if (strcmp(cmdtext, "/grov", true) == 0) {

    ResetPlayerWeapons(playerid);

    if (IsPlayerInAnyVehicle(playerid)) {

    SetVehiclePos(GetPlayerVehicleID(playerid),2494.714111, -1666.929809, 13.343750 );

    SetVehicleZAngle(GetPlayerVehicleID(playerid), 176.258346);

    LinkVehicleToInterior(GetPlayerVehicleID(playerid), 0);

    }

    if (!IsPlayerInAnyVehicle(playerid)) {

    SetPlayerPos(playerid,2494.714111, -1666.929809, 13.343750 );

    SetPlayerFacingAngle(playerid, 176.258346);

    SetPlayerInterior(playerid, 0);

    ResetPlayerWeapons(playerid);

    }

    SendClientMessage(playerid, 0xFFFF00AA, "You Have Been Teleported To Grove Street In LS");

    SetPlayerWorldBounds(playerid, 20000.0000,-20000.0000,20000.0000,-20000.0000); // Bounderies Off//

    return 1;

}

nu linia 140 din GM, ci linia 140 din cps.inc, incearca-l pe acesta:

http://www.solidfiles.com/d/b35e0/

liniile dintre 135-145 din pawno\include\cps.inc  :-\

sa incerce asta mai intai ;D
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.