11.11.2012, 03:19
Title, basically. For example, how can I save a specific define, (Score, or whatever), save random numbers?
strmid(PlayerInfo[playerid][myvairable], "Code", 0, strlen("Code"), 999);
new randphone = 1000 + random(9999);//Number..
format(string, sizeof(string), "Cellphone purchased, your new phone number is %d.", randphone);