Search Results
new Test1[35]; TextDrawSetString(Test1[35], test); There can't be 2 variables defined with the same name
70
But I want to understand how they works. I want to design an external program that does that
67
Hi, I want to learn how textdraws work, and I would like a good way of making textdraw boxes, by setting them a x, y and xoffset yoffset. All I can think of is to make an empty textdraw at some x, and...
67
In past I used opengl, and I'm to used to make a function like drawrect (int x, int y, int xoff, int yoff), well, here if I initialize a textdraw, make an empty text, and set it size on x and y like I...
81
Hi! I want to make a login system that looks unique, and in the past I saw a lot of resource with textdraw(phone, menu with buttons, etc) who were what I'm looking for, right now. All I've found out ...
81
So, I understand now! But now my question is why my gamemode dont load? I added every thing was needed... And I can make a system who make an universale account on forum?
154
Thank you! But is still my question why people uses mysql so hard
154
At all, simply, at gamemode it says unknown and when I enter, nothing not working, I'm cj and I spawn nearly a farm, falling from map But in gm I put what all the database details
154
These days, I was in need of a gm fast, and all I found was on mysql, and all of these gms not even loading. I don't see why a lot of people, use mysql, why, just why? The old file writing, what happe...
154
Код: const n4 = -4, n16 = -16, size = sizeof tmp; #emit stack 28 #emit push.c size #emit push.c tmp #emit stack n4 #emit sysreq.c format #emit stack n16 ummm, I tried ...
222
Thanks, but actually I want to understand how I can make this without any includes. I'm just curios how I can do this without any include
222
So I want to make somehow mine format function, who can give me more elasticity. But how I can make with multiple params? for example format(bla, sizeof(bla), "%s%s%s%s%i%s", gfdgf, dfgfdg, fdgdfg, d...
222
I tried this Код: forward Clock(); public Clock() { new years, months, days, hours, minutes, seconds, data[128], clock[128]; getdate(years, months, days); gettime(hours, minutes, seconds); f...
74
Код: if(PlayerInfo[playerid][pAdmin] => 2) return SendClientMessage(playerid, -1, "Tu nu ai previlegii de "COL_MAGENTA" Admin LV2!"); C:\Users\bpocn\Desktop\sa\server\gamemodes\Gm2.pwn (417) ...
73
https://sampforum.blast.hk/showthread.php?tid=611399 I use this, I heard it's better than dini it's self and YINI
144
thanks, pal! I dont get why I missed that
109
Код: CMD:a(playerid, params[]) { new AdminName[MAX_PLAYER_NAME), string[128]; GetPlayerName(playerid, AdminName, sizeof(AdminName)); if(sizeof(params) == 0)) return ""COL_WHITE"Sintaxa corecta ...
109