View Single Post
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen.
Old 07-13-2014 , 16:40   Re: New API and Syntax
Reply With Quote #7

Totally not okay with that :
Code:
// Before:
public OnReceivedString(const String:name[], Float:fval);

// After:
public void OnReceivedString(const char[] name, float fval);
Why 'char' instend of String ?
__________________
Want to check my plugins ?
Arkarr is offline