Search Results
Quote: Originally Posted by Wayzzar I am creating a furniture system and I am dealing with this problem a few days ago that has me very angry. Apparently there is no error, I checked every...
69
Quote: Originally Posted by srvr07 For example second character of string[] = "dog" is "o" Is there function for this? https://sampwiki.blast.hk/wiki/Strmid You can use this function, ...
140
Quote: Originally Posted by rakinz Код: forward PayDay(); public PayDay() { SendClientMessage(playerid, COLOR_BLUE, ""COL_WHITE"[------"COL_BLUE"Pay Day!"COL_WHITE"-------]"); } error ...
129
Quote: Originally Posted by Darkay Hello guys, i have a little problem with the encrypt of password, if you login but you dont put your password right, you will spawn with the coordenate 0...
200
Quote: Originally Posted by MRM ey all, My server crash after use cmd. PHP код: GetStatusInt(int,status) {     new szString[8];     format(szString, sizeof(szString), "N...
78
Quote: Originally Posted by Sew_Sumi I'd just say, off the bat, ensure it's a clean install with no mods... I can't ****** exceptions anymore and return any valuable results, so this is a...
518
After updating the SAMP at the time of connecting, I crashed the GTA. PHP Code: SA-MP 0.3.8-RC1 Exception At Address: 0x03CBDB23 Base: 0x03C10000 Registers: EAX: 0x56557908    EBX: 0x0...
518
I'm not sure if you want to hide it with a key, or when you click on the part of the textdraw is hidden but if so I think you're wrong the correct public is public OnPlayerClickTextDraw (playerid, Tex...
146
Quote: Originally Posted by Xeon™ a single variable (1st example) is executing much faster than array variable (2nd & 3rd example), i'd go for 2nd because of presentation Readabil...
169
I have created a sample Textdraw and it is for each player, according to me this is how you should create this type of textdraws PHP код: new PlayerText:Textdraw0[MAX_PLAYERS];  PHP к...
114
For example I have a limit of 20 members per faction as you can see I put them like this. PHP код: enum ENUM_FACCION_DATA {     fMiembro_1[MAX_PLAYER_NAME],     fMiembro_2[MAX_PLAYER_...
169
Quote: Originally Posted by SytonicX Each time I am trying to compile, It's sending me the error of " Can't find PAWNC.dll. Try reinstalling pawno ". I have tried more than once to reinsta...
72
Your command is very badly done I hope you do not have your more commands haha Create many unnecessary variables, I leave the first command without the need for those unnecessary variables, and also n...
167
That's what you want to do, it's not done that way. I recommend reading tutorial and learning more. I'll help you just to see how it has to be done. PHP код: #define MAX_FACC  (4) // Numb...
148
Quote: Originally Posted by NLDBrian The following thing keeps repeating itself... It just spams player in range with: This property is for sale OR You're standing on %s's porch. Use /ente...
119
PHP Code: public OnPlayerUpdate(playerid){     new Float: PosX, Float: PosY, Float: PosZ;     GetPlayerPos(playerid, PosX, PosY, PosZ);     if(PosZ < 0.0){     SendC...
315
Quote: Originally Posted by Jaua10 Код: C:\Users\Jaua\Downloads\gta-rp\gamemodes\GTARP.pwn(1465) : warning 204: symbol is assigned a value that is never used: "armor2" Pawn compiler 3....
73
Quote: Originally Posted by Escobabe So i made this /stats command, and it works perfectly. But this is how it looks: Код: Cash: 25000$ Admin: 4 Score: 10 Permission: 1 And i want inst...
88
Quote: Originally Posted by Escobabe Thank you everyone, works like a charm now. Hello regarding your problem, I think it will not work 100%, because if the player can disconnect and co...
123
Quote: Originally Posted by TakeiT Use what you wish, a lot of people use ZCMD but its really your choice. Quote: Originally Posted by Misiur YCMD is one of the best ones, n...
554