Search Results
When I'm using CreateDynamicCP in few hot dog locations on gamemodeini. When I set SetPlayerCheckpoint for a player all the DynamicCP's disapear. Any ideas why?
49
Any way I could check if the trailer is in checkpoint?
86
But i want it to turn green to show the player that the option is active, i did it ages ago but cant remember how. Im guessing its something to do with the inputtext and the string has color code in i...
73
I think its since its inputtext and the color is included in the string. Is there a way to fix this?
73
pawn Код: new UbranieG[MAX_PLAYERS][48]; pawn Код: if(PlayerInfo[playerid][pGang]==1){     if(PlayerInfo[playerid][pUbrany]==0) { format(UbranieG[playerid],48,"Disguise (Crips)");     i...
73
All good but I've got one problem. You can click on the Disguise (Crips) and it changes stuff for you and it becomes green since pUbrany becoms=1. And then when you click on the green one there is no ...
170
Thank you very much, it works Rep++ to both of you. You have no idea how long I was trying to get this working for.
170
How can I do that? Since every player will have different list so i cant listitem 0++. I tried this and now there is just one message but Wallet1 gives Wallet1 message, Wallet3 gives Wallet2 message.
170
pawn Код: new Wallet[MAX_PLAYERS][24],Wallet2[MAX_PLAYERS][24],Wallet3[MAX_PLAYERS][24] pawn Код: new format1[256];if(PlayerInfo[playerid][pAdmin]==0){    format(Wallet[playerid],24,"Wallet...
170
I tried this: pawn Код: if(!strcmp(inputtext, Wallet[playerid], true))                {                    SendClientMessage(playerid,COLOR_WHITE,"1");                }Â...
171
I tried this, doesnt work. pawn Код: new Wallet[MAX_PLAYERS][24]; pawn Код: new format1[256];format(Wallet[playerid],24,"Wallet ($%i)",PlayerInfo[playerid][pCash]);format(format1,256,"%s\n%s\...
171
pawn Код: format(LapTop,24,"Laptop (x%i)",PlayerInfo[playerid][pLaptop]); Since Im formatting a string, should I use: pawn Код: if (!strcmp(inputtext, "Laptop (x%i)", true)) or Laptop pawn...
171
if(dialogid == DIALOG_P) this thing is above the listitem line
171
Something like if(listitem == strava("Laptop") or something, cant remember, any ideas?
171
pawn Код: TextDrawSetString(LGTd[14],"Test"); How can I format textdraw string just for a specific player? This one: pawn Код: LGTd[14] = TextDrawCreate(203.000000, 237.000000, "~n~");TextDr...
65
Hi this line shows the inventory. Some people might have a laptop, some wallet, some nothing. How can I do the listitem == LAPTOP rather than 0 and WALLET rather than 1. Since if you dont have a walle...
171