14.11.2012, 21:16
You want to set a different phone number for the players?
Use the random function,.
Example:
In somewhere:
Use the random function,.
Example:
PHP код:
new randphone = 1000 + random(9999);//Number..
PHP код:
format(string, sizeof(string), "Cellphone purchased, your new phone number is %d.", randphone);