Skip to content

PC_Setglobalreg

Akkarinage edited this page Nov 5, 2016 · 1 revision

Home

Getting Started

Configure your Server

Customization

Setup the Client

Misc Databases

Third-Party Software

Clone this wiki locally

title: PC Setglobalreg permalink: /PC_Setglobalreg/

Set player integer variable from source

#define pc_setglobalreg(sd,reg,val) pc_setregistry(sd,reg,val,3)

pc_setglobalreg(sd,"VARIABLE_NAME", VALUE);

This only works for numeric variables, strings check pc_setglobalreg_str.

Category:Source_Functions