Counter-Strike Federation Welcome , Leecher | RSS | Friday, 29 March 24
A Place Where Player Becomes Developer Home | Sign Up | Log In
[ New messages · Members · Forum rules · Search · RSS ]
  • Page 1 of 1
  • 1
Forum » AMX Mod X » Scripting » Code Snippets/Tutorials » [CPP]C Plus Plus Include for AMX Mod X
[CPP]C Plus Plus Include for AMX Mod X
Grade: Commander DavidJrDate: Friday, 24 July 15, 9:03 PM | Message # 1
Commander
Clan: Executive
Experience: 2256
Status: Offline
CPP 1.0 gives you C++ feel to Pawn language

Data types available


How to use:
Code
char cName[32];
get_user_name(iIndex, cName, sizeof (cName)-1);


Code
float fDamage = 1.0;


Code
int iWpn = CSW_GLOCK18;


Code
BOOL bEnd = true;


Identifier type available


How to use:
Code
void Cmd_Buy(iIndex)
{

}
Attachments: cpp.inc (0.4 Kb)


posted via BlackBerry

Personal Site | CSF Website
 
Grade: Copral PredoDate: Saturday, 25 July 15, 11:41 AM | Message # 2
Copral
Clan: Member
Experience: 16
Status: Offline
ayy pawn rasa c++ , mungkin pertama kali di dunia biggrin , btw klo pke bool, float harus pke int/char. atau float/bool aja langsung ?
 
Grade: Commander DavidJrDate: Saturday, 25 July 15, 12:44 PM | Message # 3
Commander
Clan: Executive
Experience: 2256
Status: Offline
Quote Predo ()
ayy pawn rasa c++ , mungkin pertama kali di dunia biggrin , btw klo pke bool, float harus pke int/char. atau float/bool aja langsung ?
Langsung aja, itu cek aja How to nya :3


posted via BlackBerry

Personal Site | CSF Website
 
Grade: Copral PredoDate: Saturday, 25 July 15, 2:20 PM | Message # 4
Copral
Clan: Member
Experience: 16
Status: Offline
Quote DavidJr
oke sip :3
 
Forum » AMX Mod X » Scripting » Code Snippets/Tutorials » [CPP]C Plus Plus Include for AMX Mod X
  • Page 1 of 1
  • 1
Search:

Mirum
sample map