Search Results
I remember that I made a code for someone asking the same thing, Take 2 minutes from time and try to search it on ******
256
Bump once each 24 hours and I suggest you to post your code so any helper can know what you are doing and what you are missing.
200
Don't put them exactly in the coordinates, That's why they fall. Up the coordinates so when the vehicle spawns will be put in the map and it won't fall.
362
Are you sure that you will ban any player that says "!" ? And I don't see how you will use it.
93
You should define the teams and use gTeam
153
I don't help you for reputation. I didn't understand you what is wrong
271
pawn Код: //INVENTORY TEXTDRAW#include <a_samp>#include <dini>#include <zcmd>#include <mSelection>#define INVENTORY_MENU 1#define INVENTORY_MENU 2
271
You can find define page. Search it and define the second page.
271
pawn Код: public OnPlayerText(playerid, text[]){new string[128];if(PlayerInfo[playerid][Muted] == 1){SendClientMessage(playerid,COLOR_RED,"You are muted, you are not allowed to talk!");return 0;}Â...
134
In top of your script define second page
271
You are far from the hosting place. Thats why you hot high ping
195
I dont think there is one. Its the same problem when you have 100k+ coding lines and you forget a bracket
127
Bump once each 24 hours. Anyways. The max items should be edited.
163
pawn Код: new PlayerClothesList[][] ={* * {19163, "GimpMask"},* * {18639, "CowBoyHat"}};
135
It depends on how you want to use it. But I suggest you to use the facing angle
111
OnPlayerConnect spawn the NPC after that return 1. And remove it from onplayerRequestClass
263
pawn Код: public OnPlayerConnect(playerid){    SendClientMessage(playerid, COLOR_BRIGHTRED, "Welcome to UK-DM");    SendClientMessage(playerid, COLOR_BRIGHTRED, "Hope you enjoy!");    SendCl...
101
pawn Код: stock ShowInventory(playerid) {     new iteminv[21];     for(new i = 0; i < 21;i++)     {     iteminv[i] = InvInfo[playerid][iSlot][i];     if(InvInfo[playerid][iSlot][i] ==...
246