SA-MP Forums Archive
[GameMode] Call of Duty [STILL SCRIPTING] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] Call of Duty [STILL SCRIPTING] (/showthread.php?tid=308134)

Pages: 1 2


Call of Duty [STILL SCRIPTING] - James Coral - 02.01.2012

Hey All ! i made my Call Of Duty i but its not Finished


WHY I PUBLICING IT? AND GAMEMODE INFO


I have been Scripting COD Server 3 Days its Basic Only Easy Command and its STILL SCRIPTING!
and i know there are something missing ! i know that and you want know why did i publicing it when its not Finished?
Just i Its My First GameMode and i will add more Versions when its 100%finished! so please dont hate me and i will make better Versions


GAMEMODE LOG!


Код:
0.1v
- Nothing Special Added, Only there are some commands and its basic
- Every 1-5min Changeing Host Name
- Chat Problem Fixed!
0.1.1v
- PAWNO ERRORS FIXED 
- Color errors fixed
- Beta Tested!
0.2v
- WORKING AFK SYSTEM(FINISHED)
- FIXXED SOME BUGS(FINISHED)
- CHANGED /CREDITS(FINISHED)
- ADMIN SYSTEM(NOT FINISHED)
- KILLING SPREE SYSTEM(FINISHED)
- ANTI WEAPON HACK REMOVED(DONE)
- AFK SYSTEM ADDED(CREATED BY ME)(DONE)
- SCORE SAVEING SYSTEM FIXXED(DONE)
- SOME SCRIPTING CODS ADDED(DONE)
- SNIPER TEAM ADDED SOME COMMANDS(MAKEING
- DIALOG TEAM SELECTION(DONE)
- EVERY TEAM HAVE THEY OWN 3D TABLE(DONE)
- Publiced
FEATURES(NEW)


Код:
0.1 Features
*TEAMS*
-USA
-MEXICO
-JAPAN
-GERMANY
-FRANCE
-BRAZILE
-INDONESIAN
*0.1/And Other*
-Rank System
-Basic Commands
-Streamed Objects
-TextDraws
-Random Spawns
-Rank Bonus
-Connect Info
-Leaveing Info
-Changeing HostName
-Weapon Anti Cheat
-Health Anti Cheat
*0.2Comeing Features*
-Admin System
-Loging And Registering System
-DataBase
-AFKSystem
-Killing Spree System
-Random Weather system
- Chat log Saveing System
-Class Selecting System
INCLUDES (IF YOU WANT DO EDIT)


pawn Код:
#include <a_samp>
#include <core>
#include <float>
#include <MidoStream>
#include <streamer>
#include <foreach>
YOU NEED THEM!

GAMEMODE MOVIE!


[*******]http://*********/Rt_5kdbPS3Q[/*******]


PAWNO ERRORS!


0.1 WARNINGS:
Код:
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn(2029) : warning 203: symbol is never used: "Brazil"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn(2029) : warning 203: symbol is never used: "England"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn(2029) : warning 203: symbol is never used: "France"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn(2029) : warning 203: symbol is never used: "Germany"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn(2029) : warning 203: symbol is never used: "India"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn(2029) : warning 203: symbol is never used: "Indonesia"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn(2029) : warning 203: symbol is never used: "Japan"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn(2029) : warning 203: symbol is never used: "Mexico"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn(2029) : warning 203: symbol is never used: "Russia"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn(2029) : warning 203: symbol is never used: "SetPlayerTeamFromClass"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn(2029) : warning 203: symbol is never used: "SetPlayerToTeamColour"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn(2029) : warning 203: symbol is never used: "USA"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


12 Warnings.
PLEASE IGNORE THEM!



DOWNLOADS!


0.1v (PASTEBIN): http://pastebin.com/jexEVQYj

0.1.1v (PASTEBIN): http://pastebin.com/Z4zMqg7t

0.1.1v (RAR): http://www.2shared.com/file/-DkWGj0x/COD_fixxed_.html

0.2v (RAR): COMEING SOON!


CHANGE!


You Need Do change something!

pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == ZonePickup) { //Area Pickup
        SendClientMessage(playerid, 0x0000FFFF, "Its Not Ready!");
        SetPlayerScore(playerid, GetPlayerScore(playerid) + 1000);//CHANGE THIS WHAT EVER YOU WANT WHEN PLAYER IS IN PICKUP
        return 1;
    }
return 0;
}


Re: Call of Duty [STILL SCRIPTING] - wups - 02.01.2012

Wow, such original GameMode name


Re: Call of Duty [STILL SCRIPTING] - James Coral - 02.01.2012

Quote:
Originally Posted by wups
Посмотреть сообщение
Wow, such original GameMode name
Lol its maded from BASE (GAMEMODE) :P


AW: Re: Call of Duty [STILL SCRIPTING] - BigETI - 02.01.2012

Quote:
Originally Posted by wups
Посмотреть сообщение
Wow, such original GameMode name
I love your sarcasm


Re: Call of Duty [STILL SCRIPTING] - James Coral - 02.01.2012

ITS ORIGINAL


Re: Call of Duty [STILL SCRIPTING] - iZN - 02.01.2012

Add this on the last line to remove those errors
pawn Код:
#pragma unused Brazil
#pragma unused England
#pragma unused France
#pragma unused Germany
#pragma unused India
#pragma unused Indonesia
#pragma unused Japan
#pragma unused Mexico
#pragma unused Russia
#pragma unused SetPlayerTeamFromClass
#pragma unused SetPlayerToTeamColour
#pragma unused USA



Re: Call of Duty [STILL SCRIPTING] - James Coral - 02.01.2012

ok i will in 0.1.1v


Re: Call of Duty [STILL SCRIPTING] - James Coral - 02.01.2012

BTW! i have test server if you want see, PM me


Re: Call of Duty [STILL SCRIPTING] - James Coral - 02.01.2012

SORRY FOR DOUBLE POSTING But

0.1.1V is Added and Thanks [GTA]Deadly_Evil


Re: Call of Duty [STILL SCRIPTING] - jejemonerz123 - 03.01.2012

i see u just edited a gamemode but you kinda made it more suckier XD


Re: Call of Duty [STILL SCRIPTING] - James Coral - 03.01.2012

lol i didnt edited i scripter morw things do BARE GM


Respuesta: Call of Duty [STILL SCRIPTING] - [Nikk] - 03.01.2012

Quote:

C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn (2029) : warning 203: symbol is never used: "Brazil"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn (2029) : warning 203: symbol is never used: "England"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn (2029) : warning 203: symbol is never used: "France"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn (2029) : warning 203: symbol is never used: "Germany"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn (2029) : warning 203: symbol is never used: "India"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn (2029) : warning 203: symbol is never used: "Indonesia"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn (2029) : warning 203: symbol is never used: "Japan"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn (2029) : warning 203: symbol is never used: "Mexico"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn (2029) : warning 203: symbol is never used: "Russia"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn (2029) : warning 203: symbol is never used: "SetPlayerTeamFromClass"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn (2029) : warning 203: symbol is never used: "SetPlayerToTeamColour"
C:\Users\eesti\Desktop\test1\COD\gamemodes\COD.pwn (2029) : warning 203: symbol is never used: "USA"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


12 Warnings.

First, this no are errors, only warnings.
Second, why you dont delete The defines or variables of them ?


Re: Call of Duty [STILL SCRIPTING] - James Coral - 03.01.2012

lol check 0.1.1 there dont have warnings!


Respuesta: Call of Duty [STILL SCRIPTING] - [Nikk] - 03.01.2012

Im just saying what post says.


Re: Call of Duty [STILL SCRIPTING] - James Coral - 03.01.2012

i know, :P


Re: Call of Duty [STILL SCRIPTING] - [SP]Mr.Kakashi[WP] - 03.01.2012

dude you forgot to add the all credits. You just copy some of the codes from other guys and you copy some codes from my Gamemode. specially that Hostname Changing and that 500 Score access to have the skin. its a GF edit. but i support on you. next time use your own scripting code.


Re: Call of Duty [STILL SCRIPTING] - James Coral - 03.01.2012

sorry you are in /credits


Re: Call of Duty [STILL SCRIPTING] - KingHual - 03.01.2012

I don't get it -
Код:
0.1.1v
- PAWNO ERRORS FIXED 
- Color errors fixed
So v.0.1.0 Didn't even work? LOL


Re: Call of Duty [STILL SCRIPTING] - James Coral - 03.01.2012

it worked!! but 0.1 was PAWNO WARNINGS


Re: Call of Duty [STILL SCRIPTING] - sammaniakshay - 04.01.2012

Give me fully working it is not working.

C:\DOCUME~1\ADMINI~1\Desktop\COD\GAMEMO~1\COD.pwn( 4) : fatal error 100: cannot read from file: "streamer"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

streamer is already in include.