ZDaemon ACS Extensions - SetPlayerInfo

SetPlayerInfo() function

This function sets some player characteristics. The syntax is:
void SetPlayerInfo(int player, int selector, int value)
The "selector" parameter must range from PLAYERINFO_USR_1 through PLAYERINFO_USR_10 (see the GetPlayerInfo extensions for a description of the constants); other values for the selector will be silently ignored. This is just a first implementation; the function may be extended to handle more PLAYERINFO_* constants in the future.