Search Results
Quote: Originally Posted by Unte99 So what exactly did you change? Everything you said
153
#include <a_samp> #include <zcmd> #include <sscanf2> // 0x00FF00FF - GREEN // main() {} #define MAX_DROPPED_GPARTS 6 static Text3D: takegunpart3d1; static Text3D: takegunpart3d2; s...
153
Quote: Originally Posted by Unte99 1) pawn Код: #define MAX_DROPPED_GPARTS 10static GunParts[MAX_DROPPED_GPARTS][GunPart]; which is basically pawn Код: static GunParts[10][GunPar...
153
Quote: Originally Posted by Unte99 https://sampwiki.blast.hk/wiki/Update3DTextLabelText Read the important note. Okay, it doesn't fix my script though.
153
https://pastebin.com/SZREAUv4 Only the first crate works. The others don't return any messages. I've tried basically everything. Please help.
153
I preloaded the library, everything is running smoothly (no errors or warnings) and the player gets affected by the animation although others can't see the animation. It's like they just see the playe...
48
How should I expand my knowledge? I already know how to save using dini, i'll learn mysql soon. I made a bank system and wound system, know how to use timers variables loops... what should I do now?
53
Quote: Originally Posted by Micko123 Not sure 100% but try this PHP код: if(dialogid == DIALOG_REGISTER) {     new registermsg[90], pName[MAX_PLAYER_NAME];     GetPlayer...
65
All of my other dialogs work although this one doesn't. It shows the dialog although it doesn't execute (no errors/warnings and everything's defined): PHP код:     if(dialogid == DIALOG_R...
65
Quote: Originally Posted by Miladinovic Are you sure that you have anything else Save? Like Admin and Money? Yeah I got both of them too.
141
Quote: Originally Posted by Miladinovic you do not need return 1; here but i don't understand, it won't do anything? Код: if(response) { GivePlayerMoney(playerid, -500...
141
Quote: Originally Posted by Miladinovic Do you have something like this? Код: new pname[MAX_PLAYER_NAME], path[200]; GetPlayerName(playerid, pname, sizeof(pname)); format(path, sizeof...
141
PHP код:     if(dialogid == DIALOG_BANK)     {         if(response)         {             switch(listitem)             {            ...
141
Hey, I registered an account as I browse this forum a lot. So, let's get to the point. This is my code: PHP код:     for(new i = 0; i < MAX_PLAYERS; i++) {     if(IsPlayerConn...
65