Search Results
Quote: Originally Posted by slimshady Thanks mate! Your Welcome slimshady !
24,564
Quote: Originally Posted by azdxr thanks a lot bro Your Welcome azdxr!
100
[Tutorial] Adding Custom MTA Mappings to SAMP (Click Me!)
100
If you have any Anti-Virus, did it ask you samp.exe to connect to the internet? I have recently installed my windows again and I installed GTa and SA-MP. The first and the second time instead of conne...
168
pawn Code: #define RECORDING "mynpc" //This is the filename of your recording without the extension. The filename to be loaded, without the .rec extension. pawn Code: StartRecordingPlayback(PLAYER_R...
325
Quote: Originally Posted by slimshady I converted the first one myself yesterday forgot to write that I did sorry. Thanks, I still need a /vcol command (that will change car colours like ...
24,564
I don't suggest ip, because there is a chance this player has no static ip. pawn Code: // Your Command Here    new playername[64];    GetPlayerName(playerid, playername, 64);    if(!strcmp(playe...
90
Go to youre MTA Folder where you install it then go to C:\Program Files\MTA San Andreas\server\mods\deathmatch\resources Open the .map Copy it Paste it on Convertffs Copy the code and open up pawno.ex...
83
Quote: Originally Posted by Kingunit Both talk English here. This section ain't a foreign language section. Sorry for this. For people didn't understand the text. Quote: Origi...
199
Name isn't integer. pawn Код: public OnPlayerConnect(playerid){    new string[128], pName[MAX_PLAYER_NAME];    GetPlayerName(playerid, pName, MAX_PLAYER_NAME);    format(string, sizeof(string...
108
oxi, mono ena kai meta pawn Код: CMD:setvip(playerid, params[]){    new id, lvl;    // blabla...    if(lvl > 3 || lvl < 0) return SendClientMessage(playerid, -1, "The level must be bet...
199
pawn Код: enum PlayerInfo{    VIP};new Pinfo[MAX_PLAYERS][PlayerInfo];
199
pawn Код: public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger){    new vehicle;    vehicle = GetPlayerVehicleID(playerid);    if(vehicle == 435) {        if(P_DATA[playerid][Vip...
190
OnPlayerEnterVehicle callback check if vips < 1 and pawn Код: RemovePlayerFromVehicle(playerid); . This is for entering a vehicle. If you are using vehicle spawner on your code check again if i...
190
Can you show us the code, if you don't mind. Else if we cannot help you.
236
Quote: Originally Posted by xGoldenx Kostas, same as above I'm using engine, lights, alarm, doors, bonnet, boot, objective also in includes, so maybe that's the problem? That was the p...
246
It compiles without errors/warnings. I hope it works. pawn Код: #include <a_samp>new    engine, lights, alarm, doors, bonnet, boot, objective;public OnGameModeInit(){    SetTimer("CarChe...
246