get_vip_flag
Gets plugin vip flag from file.
Syntax
native get_vip_flag(szFlag[], iLen) /* * Gets hud colors from file. * @param szColors String * @param iLen String Length * * Example: new szColors[12], szRed[6], szGreen[6], szBlue[6], iRed, iGreen, iBlue * get_hud_colors(szColors, charsmax(szColors)) * parse(szColors, szRed, charsmax(szRed), szGreen, charsmax(szGreen), szBlue, charsmax(szBlue)) * iRed = str_to_num(szRed) * iGreen = str_to_num(szGreen) * iBlue = str_to_num(szBlue) * */ native get_hud_colors(szColors[], iLen) /* * Returns hud position X from file. * @No params * @return Float X position */ native Float:get_hud_position_x() /* * Returns hud position Y from file. * @No params * @return Float Y position */ native Float:get_hud_position_y()
Usage
| szFlag | String |
| iLen | String length |
Return
Vip — flag from file
Defined in
rank_system_huehue.inc
at line 169
.
This documentation was automatically generated from source.