Search Results
PHP код: stock LoadLoginTextdraws() {     Empty = TextDrawCreate(816.000000, -121.000000, " ");     TextDrawSetSelectable(Empty, 0);     TopBox = TextDrawCreate(816.000000...
118
Textdraw0 = TopMenu this is the name of my first textdraw and everything was perfect it just bugged I don't know why when I change it with BotMenu it will disappear and TopMenu will work as its second...
118
Hello I want to ask for your help cuz I have really big problems with my textdraws. Everytime I connect to game my first textdraw is bugging I tried to replace all my textdraws when player connect but...
118
PHP код: public OnPlayerDisconnect(playerid, reason) {     new sz_String[128];          switch(reason)     {         case 0: format(sz_String, sizeof(sz_String), ...
154
Hello, I found that when i disconnect from my server and its show crashdetect problem that I can't fix so I come here to ask you for help. My problem Код: [11:12:06] [debug] Run time error 6: ...
154
PHP код: stock IsPlayerNearHouse(playerid) {     for(new i = 0; i < MAX_HOUSES; i++)     {         if(HouseIDTaken[i] && IsPlayerInRangeOfPoint(playerid, 1...
191
When I'm not near house pickup its shows this error from crashdetect and I need help to fix it or give me tutorial to read more about this problems Код: [22:01:45] [debug] Run time error 4: "Arra...
191
Here are crashdetect logs Код: [21:44:38] Unloaded part 1 [21:44:38] strcmp correct [21:44:38] [debug] Run time error 4: "Array index out of bounds" [21:44:38] [debug] Accessing element at index...
94
Hi guys, I have some problems with my vehicle system it isn't unloading the vehicles I debugged it but I still can't find the problem I will give you the code so you can try to search it too. Thanks...
94
RenSoprano's Script Service ------------------------------------------------- Hello my name is Ren Soprano aka FeRRum, I'm 18 years old and I'm from Bulgaria. I'm here to offer you my service as scri...
205,851
Код: strmid(HouseInfo[h][HouseOwner], "Nobody", 0, strlen("Nobody"), 255); Код: strmid(HouseInfo[h][HouseName], "Unowned House", 0, strlen("Nobody"), 255);
190
RenSoprano's Script Service ------------------------------------------------- Hello my name is Ren Soprano aka FeRRum, I'm 18 years old and I live in Bulgaria. I'm here to offer my service as scripte...
205,851
RenSoprano's Script Service ------------------------------------------------- Hello my name is Ren Soprano aka FeRRum, I'm 18 years old and I live in Bulgaria. I'm here to offer my service as scripte...
205,851
If you think to make zombie apocalypse RP server be sure to make all things hard to be found because irl you can't find things if there is a Zombie Apocalypse
215
You can use strcmp to find player name just set bool to true and it will player name. Код: new name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); if(strcmp(name, "Kevin_Blahblah...
123
pawn Код: stock SendRadioMessage(playerid, message[]){    for(new i = 0; i < MAX_PLAYERS; i++)    {       if(RLTnfo[i][Radio] == 1)       {            if(RLTnfo[i][RadioHZ] ==...
126