ItsMods

Full Version: elseif in gsc and API for COD:Black Ops ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.
I have 2 Questions:
First:
If I want in PHP
PHP Code:
if()
{}
else
{
if()
{}

I can use
PHP Code:
if()
{}
elseif()
{} 
This is short and easy. So: is there something like this in GSC ?

Secound:
Is there anywhere an API for Call of Duty Black Ops?

Thanks for Answers Big Grin
else if
Same thing
(10-30-2011, 19:44)AZUMIKKEL Wrote: [ -> ]else if
Same thing
so the code must be
PHP Code:
if()
{}
else if()
{} 
?

Why same thing ?!?
an API is not an command...
Api Description

API means a collection of available Programming commands to make a Plugin (mod) for an Programm.