Search Results
Код: forward CharacterCreationPhase(playerid); public CharacterCreationPhase(playerid) { for(new i=0;i<sizeof(Register); i++) { TextDrawHideForPlayer(playerid, Register[i]); } fo...
70
I have this code as register dialog: Код: case DIALOG_REGISTER: { if(strlen(inputtext) < 6) { SendClientMessage(playerid, -1, "You're account password must consist of atleast 6 cha...
70
Thank you, rep+ for you
80
I've got like 100 textdraws and I'm seeking for better option than using TextDrawShowForPlayer 100x, is there any easier way? Like looping somehow? I believe there is easier way but the point is i don...
80
Код: [16:29:02] [debug] Run time error 6: "Invalid instruction" [16:29:02] [debug] Unknown opcode 0xfffffffc at address 0x000083DC [16:29:02] [debug] AMX backtrace: [16:29:02] [debug] #0 000083dc...
58
pawn Код: test = CreateDynamicObject(19378, -1815.56, 824.562, 127.118, 0, 90, 0,worldid, interiorid, -1);    SetDynamicObjectMaterial(test, 0, 4550, skyscr1_lan2, sl_librarycolmn2, 0); // error...
120
Without your help I wouldn't figure it out guys so the final code is: pawn Код: stock Procenti(playerid){    new string[128];    new Float:CurrentPercent = floatround ((100 * Enota) / Celota);...
103
Not working properly first time it shows 100% but other numbers are displayed still as 0.. So what I'm trying to do is to reduce 270 for 1 every 1 second and display this in percentage everytime.. Add...
103
Hey I was wondering how to display something in percents so this is what I did: pawn Код: new Celota = 270;new Enota = 270; pawn Код: SetTimerEx("EnotaDol", 1000, true, "i", playerid); paw...
103
Nah clicked anywhere on screen also, still no effect, it seems it's bugged function..
76
I have that under OnPlayerConnect, whenever I choose clickable textdraw it change the color to what I set, but no effect.. like it doesn't even detect "public OnPlayerClickTextDraw(playerid, Text:clic...
76
Hey I have problems with text draws.. when I click on them nothing happen :/ pawn Код: #define DIALOG_CHOOSEUSERNAME 4#define DIALOG_CHOOSEPASSWORD 5 pawn Код: TDEditor_TD[14] = TextDrawCrea...
76
Really really thank you guys but I searched on my e-mail that acc is registered and I found lost old PW and I got my acc back you all will get rep from Lajko1 acc thanks again.
171
Hello community! So I'm having big problem with my old account, I don't know where should I contact Sa-mp team so I'm writing this here. So the problem is I just can't log in to my old acc, I tried ...
171
Hey guys it's possible to open internet page from In game status? for example /forums will open official server web page? is any function for that?
124
I've made this and it's not working, same as before: pawn Код: public OnPlayerConnect(playerid){    new hour, minute, second, string[500],str[500], year, month, day;    getdate(year, month, da...
141
Huh can you show that in my code?
141