Search Results
use DIALOG_STYLE_PASSWORD instead of DIALOG_STYLE_INPUT
100
Quote: Originally Posted by Kitten vID is probably set to primary Key, Could you please paste the definition of the table? (make sure it's AUTO_INCREMENT) You mean this?
111
I have dynamic vehicle system on mysql but when i try to create a vehicle with this command: pawn Код: CMD:vcreate(playerid, params[]){    if(!IsPlayerAdmin(playerid)) return SendClientMessage(p...
111
pawn Code: format(Query, sizeof(Query), "INSERT INTO `houses` (`hID`, `Owned`, `Owner`, `Discription`, `EntranceX`, `EntranceY`, `EntranceZ`, `ExitX`, `ExitY`, `ExitZ`, `Level`, `Value`, `Healthx`, `...
41
Hi guys! Can somebody help me to detect the problem from this script? Код: [16:00:55] [debug] Run time error 4: "Array index out of bounds" [16:00:55] [debug] Accessing element at index 65535 ...
55
pawn Код: public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ){    SetPlayerPos(playerid, fX, fY, fZ);     return 1;}
67
pawn Код: stock SetPlayerHealthEx(playerid,Float:hp){    SetPVarFloat(playerid,"health",hp);    SetPlayerHealth(playerid,GetPVarFloat(playerid,"health"));    return GetPVarFloat(playerid,"he...
96
pawn Код: if(newkeys & KEY_JUMP && !(oldkeys & KEY_JUMP) && GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_CUFFED) ApplyAnimation(playerid, "GYMNASIUM", "gym_jog_fallof...
133
pawn Код: SetPlayerSpecialAction(giveplayerid,SPECIAL_ACTION_NONE);if(IsPlayerAttachedObjectSlotUsed(giveplayerid,0)) RemovePlayerAttachedObject(giveplayerid,0);
133
pawn Код: SetPlayerSpecialAction(giveplayerid,SPECIAL_ACTION_CUFFED);
133
I had this: pawn Код: format(string,1500, "UPDATE Accounts SET `Password`='%s',PlayerLevel=%i,DonateRank=%i,UpgradePoints=%i,ConnectedTime=%i,`Registered`=%i,Origin=%i,Muted=%i,\    Respect=%i,`...
114
Quote: Originally Posted by niels44 so you saying when i download the includes from 0.3e i can use this filterscript in 0.3d also? cuz that would be aweomse, pls tell me i really wanna u...
762
it worked rep ++ both of you
129
pawn Код: new      Interiors[ 11 ][ iInfo ]={     { 1, "N1", 243.7176,304.9697,999.1484 },     { 3, "N2", 2495.9456,-1692.0854,1014.7422 },     { 10,"N3 [ • ]", 422.5720,2536.4568,10...
129
pawn Код: hName[200], you have to make like this, in HouseInfo "enum"
74
Quote: Originally Posted by Yordan_Kronos Code: C:\Documents and Settings\Administrator\Desktop\incar.pwn(41) : error 017: undefined symbol "AttachPlayerObjectToVehicle" C:\Documents and ...
762
Quote: Originally Posted by [ABK]Antonio I would do something along the lines of this. pawn Code: public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid){    new Float:st...
1,330