[GameMode] Cops Vs. Racers Team DeathMatch[RAdmin+VIP+Helper+TDM Features]
#1

Cops Vs. Racers TDM



Features
-Register/Login System
-Admin system with 6 Levels.
-VIP system with 3 Levels.
-Helper System with 2 levels.
-TextDraws.
-HeadShot system.
-Y_INI Saving System.
-Cookies and Cakes and Icecream System.
-3D Text Label at the two bases of two teams.
-Health and armour pickups in the both of bases.
-a lot more...

How to save my account
Go into scriptfiles folder and open it then create a folder named CvRUsers and that's all.

CvR Gallery
Click here to see CvR's Gallery Photos

Credits
Me - Developer of this.
Eoussama - Fixed some bugs.
markparker - Tune system.
ZCMD- xeeZ
sscanf - y_Less/maddinator
y_ini- Y_Less/corne

Downloads

GitHub

Test Server: 198.100.144.190:2524
Reply
#2

None of this is your work just Copy/Paste! Agree with me ?
Reply
#3

Quote:
Originally Posted by Scripter18
View Post
None of this is your work just Copy/Paste! Agree with me ?
Sorry brother? why calling me copy paster? it's my work god dammit it took me 2 weeks to make it and you're saying it's Copy paste? thank you
Reply
#4

nice Ryder
Reply
#5

Quote:
Originally Posted by RyderX
View Post
Sorry brother? why calling me copy paster? it's my work god dammit it took me 2 weeks to make it and you're saying it's Copy paste? thank you
Oh really? https://sampforum.blast.hk/showthread.php?pid=1565211#pid1565211
When copy pasting at least don't forget to remove the comments
Reply
#6

Quote:
Originally Posted by GhostHacker9
View Post
Oh really? https://sampforum.blast.hk/showthread.php?pid=1565211#pid1565211
When copy pasting at least don't forget to remove the comments
Damn! god promise and parents promise that i have been making it by myself with Eoussama's Help and didn't copy anything! and that Link i have never seen it before! What the heck you want from me?
Reply
#7

Quote:
Originally Posted by RyderX
View Post
Damn! god promise and parents promise that i have been making it by myself with Eoussama's Help and didn't copy anything! and that Link i have never seen it before! What the heck you want from me?
And this

PHP Code:

// check if there was a shooter, weaponID was 34(Sniper) and bodypart was 9(Head)
    
if(issuerid != INVALID_PLAYER_ID && weaponid == 34 && bodypart == 9)
    {
            
// checks if both players have same team, except NO_TEAM. if not procced, otherwise send error message
//*A edit by our genius friend sickattack
            
if(GetPlayerTeam(issuerid) | GetPlayerTeam(playerid) == NO_TEAM || GetPlayerTeam(issuerid) != GetPlayerTeam(playerid))
            {
//check if player is dead... if not proceed(by Gammix)
                
if (GetPlayerState(playerid) != PLAYER_STATE_WASTED)
                {
                    
//variables, first one to format the message, second and third contain player names.
                    
new headmsg[128], dead[24], killer[24];
                    
//on player's screen we show him a message for 3 seconds "HeadShot"
                    
GameTextForPlayer(playerid"~r~Head Shot",3000,4);
                    
// same to issuer's screen
                    
GameTextForPlayer(issuerid"~r~Head Shot!",3000,4);
                    
// we get the victims name with this function and store it into our previously made variable "dead";
                    
GetPlayerName(playeriddeadsizeof(dead));
                    
// we get the victims name with this function and store it into our previously made variable "killer";
                    
GetPlayerName(issueridkillersizeof(killer));
                    
//format the message, means we put that text into "headmsg".
                    
format(headmsgsizeof(headmsg), "{FFDC2E}%s (%i) Has Been Killed in a Headshot by %s (%i)!",deadplayeridkiller,issuerid);
                    
// once we've formatted the message we're ready to send the message to all players!
                    
SendClientMessageToAll(0xAA3333AAheadmsg);
                    
//kill the player
                    
SetPlayerHealth(playerid0.0);
                    
//and tell the server that he's dead! 
Directly copied from this tutorial you don't have any idea what you doing.
Reply
#8

Yes i did, so tell me why ppl are making tutorial for what purpose are they meant to be?
Reply
#9

Quote:
Originally Posted by RyderX
View Post
Yes i did, so tell me why ppl are making tutorial for what purpose are they meant to be?
To learn not to copy paste. If you can't simply write that then how the hell did you wrote a gm full? That's the point here.

1 star keep trying...
Reply
#10

Okay, i spent 2 weeks making Player's Commands,classes,admins commands,helper,vip; and wsyhen im done i take a look that there wasn't a Headshot system, so i took it from ilearner and put it directly, don't think im such a noob scripter i can't make a lot of things related to y_ini and other(almost not allthings..) just Headshot system im still shitted on it i don't know a bit about it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)