2 posts in this topic

Всем привет. В чем же заключается суть команды?А все очень просто, она делает вас бессмертным =) 
Командный процессор: ZCMD

Спойлер

COMMAND:god(playerid,params[]) {#pragma unused params
if(GetPVarInt(playerid,"GOD") == 0) {
SetPVarInt(playerid,"GOD",1);
SetPlayerHealth(playerid,100000);
GivePlayerWeapon(playerid,16,50000); GivePlayerWeapon(playerid,26,50000);
SendClientMessage(playerid,green," ВКЛЮЧЕН РЕЖИМ БОГА");
return CMDMessageToAdmins(playerid,"GOD");
} else {
SetPVarInt(playerid,"GOD",0);
SendClientMessage(playerid,red," ВЫКЛЮЧЕН РЕЖИМ БОГА");
SetPlayerHealth(playerid, 100);
} return GivePlayerWeapon(playerid,35,0);
}

 

Спойлер

COMMAND:godcar(playerid,params[]) {#pragma unused params
if(IsPlayerInAnyVehicle(playerid)) {
if(GetPVarInt(playerid,"GODCAR") == 0) {
SetPVarInt(playerid,"GODCAR",1);
CMDMessageToAdmins(playerid,"GODCAR");
return SendClientMessage(playerid,green," ВАША ТАЧКА НЕ УЯЗВИМА");
} else {
SetPVarInt(playerid,"GODCAR",0);
return SendClientMessage(playerid,red," ВАША ТАЧКА УЯЗВИМА"); }
} else return SendClientMessage(playerid,red," ОШИБКА: Вы должны быть в машине");
}

 

 

Share this post


Link to post
Share on other sites

pwncmd можно?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0

  • Recently Browsing   0 members

    No registered users viewing this page.

  • Similar Content

    • fresko241
      By fresko241
      Привет, я только обучаюсь разработке. Хочу узнать у меня есть радио, музыка играет. Но как можно сделать чтобы музыка играла только в машине и слышна была и людям которые возле нее.