Search Results
Thanks for help and I will definitely use SHA256. Can I ask one little question? I have stored a value in "PlayerInfo[playerid][pCar1posx]" like:- PHP код: PlayerInfo[playerid][pCar1posx] = 2...
97
Ya i know its annoying to read such code. Sorry for that. Yes I want player to be spawned with 1000 $ when registered for first time. No I am not doing anything like "GivePlayerMoney(playerid,1000);" ...
97
I have the following code. PHP код: #include <YSI\y_ini> enum pInfo                           {     pPass,     pCash,     pAdmin,     pKills, Â...
97
On doing this too... Its not working. They have stored '0' in it.
179
Quote: For the first care it's policeInfernus[0], the second policeInfernus[1], etc... Код HTML: new policeInfernus[MAX_VEHICLES]; //in gamemodeinit policeInfernus[0] = Creat...
179
Thanks Meller. It works but not when "new policeInfernus[MAX_VEHICLES];" and using various types as policeInfernus[1] and so on. It stores "0" at place of vehicle id in policeInfernus[1]. When i did ...
179
I want a normal car like infernus in police faction too. For that what should i do so that in that specific infernus(police faction's) only cops can enter. Like in "police rancher" i had simply define...
179
Thanks for reply but i had already done this all, i just wanna know how to implement it in "ShowPlayerDialog".
91
I want to make a dialog appear on /licenses, in which it shows "Type of license" and "Hours remained in expiry", row wise. Only Ok button is required. I had tried it with DIALOG_STYLE_MSGBOX but don't...
91