Search Results
I get this from mysql.log PHP код: [13:22:13] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE accounts SET `NumPlate`=123a WHERE `Username`='AleX'", callback: "(null)", for...
108
Alright thanks, But any idea whats wrong with this command cuz every time i use this command it respawn my vehicle but doesn't change my vehicle plate number. PHP код: CMD:numplate(playerid, ...
108
PHP код: CMD:numplate(playerid, params[]) {     new txt[16];     if(GetPlayerState(playerid) != PLAYER_STATE_DRIVER) return SendClientMessage(playerid, 0xFF0000AA, "A driver n...
108
PHP код: case DIALOG_CHANGEPS2:         {             if(response)             {                 if(!strlen(inputtext)) // if nothing is en...
86
Quote: Originally Posted by jlalt you may try this: PHP код: if(arrVehInfo[index][0][0] == iVehModel)  PHP код: public OnPlayerStateChange(playerid, newstate, olds...
107
PHP код: new arrVehInfo[][][] = {       {411, 56000, "Infernus"},       {541, 12000, "Bullet"} };  PHP код: public OnPlayerStateChange(playerid, newstate, olds...
107
PHP код: CMD:ban(playerid,params[]) {     if(IsPlayerAdmin(playerid)) {             new strdate[128],strtime[128], tmp[256], tmp2[256], Index;        tmp = strto...
97
In need of a scripter for a house and business system with textdraw and mysql. - Will be paid through paypal. PM me if you are interested.
202,783
Quote: Originally Posted by X337 My code is same as yours, i just make it shorter and make a fix by allowed player to change their skin after being forced to class selection, like you want...
123
Quote: Originally Posted by X337 Try this: Код: public OnPlayerRequestClass(playerid, classid) { if(!ForceClass[playerid] && IsPlayerRegisterd[playerid] == 1) // If player is ...
123
Quote: Originally Posted by AjaxM Try this! PHP код: CMD:force(playerid,params[])  {             if(pData[playerid][pAdmin] < 1) return 0;           Â...
123
Quote: Originally Posted by Dokins Generally, skins don't set unless the player is spawned, try setting them OnPlayerSpawn. Also I don't see where you are doing TogglePlayerSpectating(pla...
120
@Andrei Thanks. @vince I actually created this script before a year and i m scripting it again so. Have to fix it and no it doesn't show any warning or error. Thanks to you for letting me. But both...
120
Your post didn't help me. @sew_Sumi
192
I am saving my skin system mysql. I just don't get it how can i get playerclassid like we do get playerskin or player data under OnPlayerDisconnect. for skin we do script "getplayerskin(player);" ...
192
I dont have any idea how can i do it. If you have any idea please share it.
192