Diff
checker
टेक्स्ट
टेक्स्ट
छवियां
दस्तावेज़
Excel
फ़ोल्डर्स
Legal
Enterprise
डेस्कटॉप
मूल्य
साइन इन करें
Diffchecker डेस्कटॉप डाउनलोड करें
टेक्स्ट की तुलना करें
दो टेक्स्ट फ़ाइलों के बीच अंतर ढूंढें
उपकरण
इतिहास
रियल-टाइम एडिटर
अपरिवर्तित संक्षिप्त करें
लाइन रैप बंद
लेआउट
विभाजित
संयुक्त
परिवर्तन हाइलाइट करें
स्मार्ट
शब्द
अक्षर
सिंटैक्स हाइलाइटिंग
सिंटैक्स चुनें
अनदेखा करें
टेक्स्ट बदलें
पहले अंतर पर जाएँ
इनपुट संपादित करें
Diffchecker Desktop
Diffchecker चलाने का सबसे सुरक्षित तरीका। Diffchecker Desktop ऐप पाएं: आपके diffs कभी आपके कंप्यूटर से बाहर नहीं जाते!
Desktop पाएं
Untitled diff
बनाया गया
7 वर्ष पहले
Diff कभी समाप्त नहीं होता
साफ़
निर्यात करें
शेयर करें
समझाएं
88 हटाए गए
लाइनें
कुल
हटाया गया
अक्षर
कुल
हटाया गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diff
checker
Pro
मूल्य देखें
217 लाइनें
सभी को कॉपी करें
25 जोड़े गए
लाइनें
कुल
जोड़ा गया
अक्षर
कुल
जोड़ा गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diff
checker
Pro
मूल्य देखें
155 लाइनें
सभी को कॉपी करें
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
#if defined
(c)Copyright_2012
#if defined
EzgisssSistemler
________________________________________________________________________________
********************************************************************************
********************************************************************************
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
================================================================================
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
aFly (source code)
EzgisssSistemler
----------------------
----------------------
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
- by Vishnu
eFly l eSistemler
________________________________________________________________________________
********************************************************************************
================================================================================
CONTACT INFO
------------
email <::> vishnu4307@gmail.com
facebook <::> facebook.com/vishnu4307
website <::> www.vggaming.tk
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
If anyone have any doubts or complaints or suggestion about this gamemode please
feel free to inform me.
I am looking for co developers. If you are willing to help please contact me.
________________________________________________________________________________
********************************************************************************
********************************************************************************
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
================================================================================
INFO
----
* ZCMD include from Zeex needed to compile the script.
* Use /fly to switch to aFly mode and /fly again toe deactivate aFly.
***Say good bye to the bugged s0biet and other hacks!***
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
________________________________________________________________________________
Kural 1 -
********************************************************************************
================================================================================
/*
/\
//\\
// \\
// \\
// \\
// RULES \\
// \\
-------------
*/
RULE 1 -
--------
--------
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
"
You may not sell this script under any circumstances
.
"
"
Zcmd yüklü olması lazım
.
"
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
RULE
2 -
Kural
2 -
--------
--------
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
" You may edit this script. But don't claim it as yours. "
" Arkadaşlar umarım sistemi beğenirsiniz. Emeğe saygı eFly. "
________________________________________________________________________________
________________________________________________________________________________
********************************************************************************
********************************************************************************
================================================================================
================================================================================
#endif
#endif
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
//==============================================================================
//İncludeler
//-------------------------------------------------
// Includes
//-------------------------------------------------
//==============================================================================
#include <a_samp>
#include <a_samp>
#include <zcmd>
#include <zcmd>
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
//==============================================================================
//-------------------------------------------------
// Variables
//-------------------------------------------------
//==============================================================================
new bool:flying[MAX_PLAYERS];
new bool:flying[MAX_PLAYERS];
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
//==============================================================================
//-------------------------------------------------
// Forwards
//-------------------------------------------------
//==============================================================================
forward AdminFly(playerid);
forward AdminFly(playerid);
forward Float:SetPlayerToFacePos(playerid, Float:X, Float:Y);
forward Float:SetPlayerToFacePos(playerid, Float:X, Float:Y);
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
//==============================================================================
//-------------------------------------------------
// Primary callbacks
//-------------------------------------------------
//==============================================================================
public OnFilterScriptInit()
public OnFilterScriptInit()
{
{
new year,month,day;
new year,month,day;
getdate(year, month, day);
getdate(year, month, day);
new hour,minute,second;
new hour,minute,second;
gettime(hour,minute,second);
gettime(hour,minute,second);
printf("\n------------------------------------------------");
printf("\n------------------------------------------------");
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
printf("
a
Fly
by Vishnu - Replace s0biet, Replace hacks
");
printf("
e
Fly
l EzgisssSistemler
");
printf("------------------------------------------------\n");
printf("------------------------------------------------\n");
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
printf("|
LOADED
|
Date
: %d/%d/%d |
Time
: %d:%d:%d |",day,month,year,hour, minute, second);
printf("|
Yükleniyor
|
Tarih
: %d/%d/%d |
Zaman
: %d:%d:%d |",day,month,year,hour, minute, second);
return 1;
return 1;
}
}
public OnFilterScriptExit()
public OnFilterScriptExit()
{
{
new year,month,day;
new year,month,day;
getdate(year, month, day);
getdate(year, month, day);
new hour,minute,second;
new hour,minute,second;
gettime(hour,minute,second);
gettime(hour,minute,second);
printf("\n------------------------------------------------");
printf("\n------------------------------------------------");
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
printf("
a
Fly
by Vishnu - Replace s0biet, Replace hacks
");
printf("
e
Fly
Sistemi Kapatıldı. l EzgisssSistemler
");
printf("------------------------------------------------\n");
printf("------------------------------------------------\n");
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
printf("|
UNLOADED
|
Date
: %d/%d/%d |
Time
: %d:%d:%d |",day,month,year,hour, minute, second);
printf("|
KAPATILIYOR
|
Tarih
: %d/%d/%d |
Zaman
: %d:%d:%d |",day,month,year,hour, minute, second);
return 1;
return 1;
}
}
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
//==============================================================================
//-------------------------------------------------
// Secondary callbacks
//-------------------------------------------------
//==============================================================================
public AdminFly(playerid)
public AdminFly(playerid)
{
{
if(!IsPlayerConnected(playerid))
if(!IsPlayerConnected(playerid))
return flying[playerid] = false;
return flying[playerid] = false;
if(flying[playerid])
if(flying[playerid])
{
{
if(!IsPlayerInAnyVehicle(playerid))
if(!IsPlayerInAnyVehicle(playerid))
{
{
new
new
keys,
keys,
ud,
ud,
lr,
lr,
Float:x[2],
Float:x[2],
Float:y[2],
Float:y[2],
Float:z;
Float:z;
GetPlayerKeys(playerid, keys, ud, lr);
GetPlayerKeys(playerid, keys, ud, lr);
GetPlayerVelocity(playerid, x[0], y[0], z);
GetPlayerVelocity(playerid, x[0], y[0], z);
if(ud == KEY_UP)
if(ud == KEY_UP)
{
{
GetPlayerCameraPos(playerid, x[0], y[0], z);
GetPlayerCameraPos(playerid, x[0], y[0], z);
GetPlayerCameraFrontVector(playerid, x[1], y[1], z);
GetPlayerCameraFrontVector(playerid, x[1], y[1], z);
ApplyAnimation(playerid, "SWIM", "SWIM_crawl", 4.1, 0, 1, 1, 0, 0);
ApplyAnimation(playerid, "SWIM", "SWIM_crawl", 4.1, 0, 1, 1, 0, 0);
SetPlayerToFacePos(playerid, x[0] + x[1], y[0] + y[1]);
SetPlayerToFacePos(playerid, x[0] + x[1], y[0] + y[1]);
SetPlayerVelocity(playerid, x[1], y[1], z);
SetPlayerVelocity(playerid, x[1], y[1], z);
}
}
else
else
SetPlayerVelocity(playerid, 0.0, 0.0, 0.01);
SetPlayerVelocity(playerid, 0.0, 0.0, 0.01);
}
}
SetTimerEx("AdminFly", 100, 0, "d", playerid);
SetTimerEx("AdminFly", 100, 0, "d", playerid);
}
}
return 0;
return 0;
}
}
public Float:SetPlayerToFacePos(playerid, Float:X, Float:Y)
public Float:SetPlayerToFacePos(playerid, Float:X, Float:Y)
{
{
new
new
Float:pX1,
Float:pX1,
Float:pY1,
Float:pY1,
Float:pZ1,
Float:pZ1,
Float:ang;
Float:ang;
if(!IsPlayerConnected(playerid)) return 0.0;
if(!IsPlayerConnected(playerid)) return 0.0;
GetPlayerPos(playerid, pX1, pY1, pZ1);
GetPlayerPos(playerid, pX1, pY1, pZ1);
if( Y > pY1 ) ang = (-acos((X - pX1) / floatsqroot((X - pX1)*(X - pX1) + (Y - pY1)*(Y - pY1))) - 90.0);
if( Y > pY1 ) ang = (-acos((X - pX1) / floatsqroot((X - pX1)*(X - pX1) + (Y - pY1)*(Y - pY1))) - 90.0);
else if( Y < pY1 && X < pX1 ) ang = (acos((X - pX1) / floatsqroot((X - pX1)*(X - pX1) + (Y - pY1)*(Y - pY1))) - 450.0);
else if( Y < pY1 && X < pX1 ) ang = (acos((X - pX1) / floatsqroot((X - pX1)*(X - pX1) + (Y - pY1)*(Y - pY1))) - 450.0);
else if( Y < pY1 ) ang = (acos((X - pX1) / floatsqroot((X - pX1)*(X - pX1) + (Y - pY1)*(Y - pY1))) - 90.0);
else if( Y < pY1 ) ang = (acos((X - pX1) / floatsqroot((X - pX1)*(X - pX1) + (Y - pY1)*(Y - pY1))) - 90.0);
if(X > pX1) ang = (floatabs(floatabs(ang) + 180.0));
if(X > pX1) ang = (floatabs(floatabs(ang) + 180.0));
else ang = (floatabs(ang) - 180.0);
else ang = (floatabs(ang) - 180.0);
ang += 180.0;
ang += 180.0;
SetPlayerFacingAngle(playerid, ang);
SetPlayerFacingAngle(playerid, ang);
return ang;
return ang;
}
}
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
//==============================================================================
//ZCMD Komut
//-------------------------------------------------
// ZCMD commands
//-------------------------------------------------
//==============================================================================
CMD:fly(playerid, params[])
CMD:fly(playerid, params[])
{
{
if(IsPlayerAdmin(playerid))
if(IsPlayerAdmin(playerid))
{
{
new Float:x, Float:y, Float:z;
new Float:x, Float:y, Float:z;
if((flying[playerid] = !flying[playerid]))
if((flying[playerid] = !flying[playerid]))
{
{
GetPlayerPos(playerid, x, y, z);
GetPlayerPos(playerid, x, y, z);
SetPlayerPos(playerid, x, y, z+5);
SetPlayerPos(playerid, x, y, z+5);
SetPlayerArmour(playerid, 1000000000.0);
SetPlayerArmour(playerid, 1000000000.0);
SetPlayerHealth(playerid, 1000000000.0);
SetPlayerHealth(playerid, 1000000000.0);
SetTimerEx("AdminFly", 100, 0, "d", playerid);
SetTimerEx("AdminFly", 100, 0, "d", playerid);
}
}
else
else
{
{
GetPlayerPos(playerid, x, y, z);
GetPlayerPos(playerid, x, y, z);
SetPlayerPos(playerid, x, y, z+0.5);
SetPlayerPos(playerid, x, y, z+0.5);
ClearAnimations(playerid);
ClearAnimations(playerid);
SetPlayerArmour(playerid, 100.0);
SetPlayerArmour(playerid, 100.0);
SetPlayerHealth(playerid, 100.0);
SetPlayerHealth(playerid, 100.0);
return 1;
return 1;
}
}
}
}
else
else
{
{
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
SendClientMessage(playerid, 0xB4B5B7FF, "
You are not authorized to use that command
.");
SendClientMessage(playerid, 0xB4B5B7FF, "
Bu komutu kullanmak için yetkiniz yok
.");
}
}
return 1;
return 1;
}
}
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
//
© VGGaming 2012 - All rights Reserved
//
EzgisssSistemler
सेव किए गए Diffs
ऑरिजनल टेक्स्ट
फ़ाइल खोलें
#if defined (c)Copyright_2012 ________________________________________________________________________________ ******************************************************************************** ================================================================================ aFly (source code) ---------------------- - by Vishnu ________________________________________________________________________________ ******************************************************************************** ================================================================================ CONTACT INFO ------------ email <::> vishnu4307@gmail.com facebook <::> facebook.com/vishnu4307 website <::> www.vggaming.tk If anyone have any doubts or complaints or suggestion about this gamemode please feel free to inform me. I am looking for co developers. If you are willing to help please contact me. ________________________________________________________________________________ ******************************************************************************** ================================================================================ INFO ---- * ZCMD include from Zeex needed to compile the script. * Use /fly to switch to aFly mode and /fly again toe deactivate aFly. ***Say good bye to the bugged s0biet and other hacks!*** ________________________________________________________________________________ ******************************************************************************** ================================================================================ /* /\ //\\ // \\ // \\ // \\ // RULES \\ // \\ ------------- */ RULE 1 - -------- " You may not sell this script under any circumstances. " RULE 2 - -------- " You may edit this script. But don't claim it as yours. " ________________________________________________________________________________ ******************************************************************************** ================================================================================ #endif //============================================================================== //------------------------------------------------- // Includes //------------------------------------------------- //============================================================================== #include <a_samp> #include <zcmd> //============================================================================== //------------------------------------------------- // Variables //------------------------------------------------- //============================================================================== new bool:flying[MAX_PLAYERS]; //============================================================================== //------------------------------------------------- // Forwards //------------------------------------------------- //============================================================================== forward AdminFly(playerid); forward Float:SetPlayerToFacePos(playerid, Float:X, Float:Y); //============================================================================== //------------------------------------------------- // Primary callbacks //------------------------------------------------- //============================================================================== public OnFilterScriptInit() { new year,month,day; getdate(year, month, day); new hour,minute,second; gettime(hour,minute,second); printf("\n------------------------------------------------"); printf(" aFly by Vishnu - Replace s0biet, Replace hacks"); printf("------------------------------------------------\n"); printf("| LOADED | Date: %d/%d/%d | Time: %d:%d:%d |",day,month,year,hour, minute, second); return 1; } public OnFilterScriptExit() { new year,month,day; getdate(year, month, day); new hour,minute,second; gettime(hour,minute,second); printf("\n------------------------------------------------"); printf(" aFly by Vishnu - Replace s0biet, Replace hacks"); printf("------------------------------------------------\n"); printf("| UNLOADED | Date: %d/%d/%d | Time: %d:%d:%d |",day,month,year,hour, minute, second); return 1; } //============================================================================== //------------------------------------------------- // Secondary callbacks //------------------------------------------------- //============================================================================== public AdminFly(playerid) { if(!IsPlayerConnected(playerid)) return flying[playerid] = false; if(flying[playerid]) { if(!IsPlayerInAnyVehicle(playerid)) { new keys, ud, lr, Float:x[2], Float:y[2], Float:z; GetPlayerKeys(playerid, keys, ud, lr); GetPlayerVelocity(playerid, x[0], y[0], z); if(ud == KEY_UP) { GetPlayerCameraPos(playerid, x[0], y[0], z); GetPlayerCameraFrontVector(playerid, x[1], y[1], z); ApplyAnimation(playerid, "SWIM", "SWIM_crawl", 4.1, 0, 1, 1, 0, 0); SetPlayerToFacePos(playerid, x[0] + x[1], y[0] + y[1]); SetPlayerVelocity(playerid, x[1], y[1], z); } else SetPlayerVelocity(playerid, 0.0, 0.0, 0.01); } SetTimerEx("AdminFly", 100, 0, "d", playerid); } return 0; } public Float:SetPlayerToFacePos(playerid, Float:X, Float:Y) { new Float:pX1, Float:pY1, Float:pZ1, Float:ang; if(!IsPlayerConnected(playerid)) return 0.0; GetPlayerPos(playerid, pX1, pY1, pZ1); if( Y > pY1 ) ang = (-acos((X - pX1) / floatsqroot((X - pX1)*(X - pX1) + (Y - pY1)*(Y - pY1))) - 90.0); else if( Y < pY1 && X < pX1 ) ang = (acos((X - pX1) / floatsqroot((X - pX1)*(X - pX1) + (Y - pY1)*(Y - pY1))) - 450.0); else if( Y < pY1 ) ang = (acos((X - pX1) / floatsqroot((X - pX1)*(X - pX1) + (Y - pY1)*(Y - pY1))) - 90.0); if(X > pX1) ang = (floatabs(floatabs(ang) + 180.0)); else ang = (floatabs(ang) - 180.0); ang += 180.0; SetPlayerFacingAngle(playerid, ang); return ang; } //============================================================================== //------------------------------------------------- // ZCMD commands //------------------------------------------------- //============================================================================== CMD:fly(playerid, params[]) { if(IsPlayerAdmin(playerid)) { new Float:x, Float:y, Float:z; if((flying[playerid] = !flying[playerid])) { GetPlayerPos(playerid, x, y, z); SetPlayerPos(playerid, x, y, z+5); SetPlayerArmour(playerid, 1000000000.0); SetPlayerHealth(playerid, 1000000000.0); SetTimerEx("AdminFly", 100, 0, "d", playerid); } else { GetPlayerPos(playerid, x, y, z); SetPlayerPos(playerid, x, y, z+0.5); ClearAnimations(playerid); SetPlayerArmour(playerid, 100.0); SetPlayerHealth(playerid, 100.0); return 1; } } else { SendClientMessage(playerid, 0xB4B5B7FF, "You are not authorized to use that command."); } return 1; } // © VGGaming 2012 - All rights Reserved
परिवर्तित टेक्स्ट
फ़ाइल खोलें
#if defined EzgisssSistemler ******************************************************************************** EzgisssSistemler ---------------------- eFly l eSistemler ******************************************************************************** Kural 1 - -------- " Zcmd yüklü olması lazım. " Kural 2 - -------- " Arkadaşlar umarım sistemi beğenirsiniz. Emeğe saygı eFly. " ________________________________________________________________________________ ******************************************************************************** ================================================================================ #endif //İncludeler #include <a_samp> #include <zcmd> new bool:flying[MAX_PLAYERS]; forward AdminFly(playerid); forward Float:SetPlayerToFacePos(playerid, Float:X, Float:Y); public OnFilterScriptInit() { new year,month,day; getdate(year, month, day); new hour,minute,second; gettime(hour,minute,second); printf("\n------------------------------------------------"); printf(" eFly l EzgisssSistemler"); printf("------------------------------------------------\n"); printf("| Yükleniyor | Tarih: %d/%d/%d | Zaman: %d:%d:%d |",day,month,year,hour, minute, second); return 1; } public OnFilterScriptExit() { new year,month,day; getdate(year, month, day); new hour,minute,second; gettime(hour,minute,second); printf("\n------------------------------------------------"); printf(" eFly Sistemi Kapatıldı. l EzgisssSistemler"); printf("------------------------------------------------\n"); printf("| KAPATILIYOR | Tarih: %d/%d/%d | Zaman: %d:%d:%d |",day,month,year,hour, minute, second); return 1; } public AdminFly(playerid) { if(!IsPlayerConnected(playerid)) return flying[playerid] = false; if(flying[playerid]) { if(!IsPlayerInAnyVehicle(playerid)) { new keys, ud, lr, Float:x[2], Float:y[2], Float:z; GetPlayerKeys(playerid, keys, ud, lr); GetPlayerVelocity(playerid, x[0], y[0], z); if(ud == KEY_UP) { GetPlayerCameraPos(playerid, x[0], y[0], z); GetPlayerCameraFrontVector(playerid, x[1], y[1], z); ApplyAnimation(playerid, "SWIM", "SWIM_crawl", 4.1, 0, 1, 1, 0, 0); SetPlayerToFacePos(playerid, x[0] + x[1], y[0] + y[1]); SetPlayerVelocity(playerid, x[1], y[1], z); } else SetPlayerVelocity(playerid, 0.0, 0.0, 0.01); } SetTimerEx("AdminFly", 100, 0, "d", playerid); } return 0; } public Float:SetPlayerToFacePos(playerid, Float:X, Float:Y) { new Float:pX1, Float:pY1, Float:pZ1, Float:ang; if(!IsPlayerConnected(playerid)) return 0.0; GetPlayerPos(playerid, pX1, pY1, pZ1); if( Y > pY1 ) ang = (-acos((X - pX1) / floatsqroot((X - pX1)*(X - pX1) + (Y - pY1)*(Y - pY1))) - 90.0); else if( Y < pY1 && X < pX1 ) ang = (acos((X - pX1) / floatsqroot((X - pX1)*(X - pX1) + (Y - pY1)*(Y - pY1))) - 450.0); else if( Y < pY1 ) ang = (acos((X - pX1) / floatsqroot((X - pX1)*(X - pX1) + (Y - pY1)*(Y - pY1))) - 90.0); if(X > pX1) ang = (floatabs(floatabs(ang) + 180.0)); else ang = (floatabs(ang) - 180.0); ang += 180.0; SetPlayerFacingAngle(playerid, ang); return ang; } //ZCMD Komut CMD:fly(playerid, params[]) { if(IsPlayerAdmin(playerid)) { new Float:x, Float:y, Float:z; if((flying[playerid] = !flying[playerid])) { GetPlayerPos(playerid, x, y, z); SetPlayerPos(playerid, x, y, z+5); SetPlayerArmour(playerid, 1000000000.0); SetPlayerHealth(playerid, 1000000000.0); SetTimerEx("AdminFly", 100, 0, "d", playerid); } else { GetPlayerPos(playerid, x, y, z); SetPlayerPos(playerid, x, y, z+0.5); ClearAnimations(playerid); SetPlayerArmour(playerid, 100.0); SetPlayerHealth(playerid, 100.0); return 1; } } else { SendClientMessage(playerid, 0xB4B5B7FF, "Bu komutu kullanmak için yetkiniz yok."); } return 1; } //EzgisssSistemler
अंतर खोजें