06.11.2013, 04:47
Hi is it possible to make a getpvar of this below.
Because I want to add a Gang name in the following /stats dialog . It would be something like this when you do /stats
Edit: Or even not a getpvar, I just want to put the gang name inside the /stats
Anyway i'am doing cross script, so the filterscript for /stats is different from dini_Get(pFile(playerid),"GangName") they are not in the same filtercript
Код:
dini_Get(pFile(playerid),"GangName")
Код:
Stats //dialog title Gang Name: "Mygangnamehere" Gang Score: 0 Gang Kills: 1
Anyway i'am doing cross script, so the filterscript for /stats is different from dini_Get(pFile(playerid),"GangName") they are not in the same filtercript