Search Results
I put this script on my gamemode at callback OnPlayerStateChange pawn Код: GetVehicleParamsEx(newcar,engine,lights,alarm,doors,bonnet,boot,objective);    if(IsABike(newcar))    {        S...
83
I don;t understund why give me these warnings () Код: warning 219: local variable "engine" shadows a variable at a preceding level warning 219: local variable "lights" shadows a variable at a p...
101
Is Don't work, the command not have efect.
105
I try to make an engine sistem...but doesn't work.... : pawn Код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys){    new vehicleid = GetPlayerVehicleID(playerid);    //--------...
63
I ahve this FS, i buy the car, but wen i write /vlock, the car locked,write "Car locked", but, after 40sec, everyone can get intro the vehicle, wen i type again /vlock, write me "car unlocked". So.......
105
I put this FS at my server, but wen i buy a car, the money don't decrease. I mean, have 22,000,000 in hand and when I buy the car remain those money pawn Код: if(dialogid == DIALOG_VEHICLE_BUY) ...
69
SOLVED ! pawn Код: new finalstring[1024];        //format(coordsstring, sizeof(coordsstring),"{B20000}________________________________________{FFFFFF}[%s (%d)]{B20000}________________________...
203
The command: pawn Код: if (strcmp(cmd, "/stats2", true) == 0 || strcmp(cmd, "/stats", true) == 0)    {        if(IsPlayerConnected(playerid))        {            if (gPlayerLogged[...
203
I try to make the comand "/stats" into a dialog.....but is shown the last line of script....why? pawn Код: //format(coordsstring, sizeof(coordsstring),"{B20000}___________________________________...
203
Код: C:\Users\ScooBy\Desktop\RulePlay RPG v0.4 Beta\samp03\gamemodes\RulePlay.pwn(4454) : warning 202: number of arguments does not match definition C:\Users\ScooBy\Desktop\RulePlay RPG v0.4 Beta\...
118
Beceasue these messages doesn't not see all players.
151
How to make it to "SendClientMessasge"?
151
Код: error 035: argument type mismatch (argument 2) pawn Код: public MSGPescarTime(){    new randpescar = random(sizeof(MSGPescar));    SendClientMessage(COLOR_WHITE, MSGPescar[randpescar]...
151
Why give me that error? Please help me ! Код: [16:11:22] >> mysql_connect( ) [16:11:22] CMySQLHandler::CMySQLHandler() - constructor called. [16:11:22] CMySQLHandler::CMySQLHandler() - Conn...
44
Aceasta masina numai este in stoc - RO This car is not ours stock - EN
78
Why get my "Aceasta masina numai este in stoc" ? pawn Код: if((CarData[idd][cModel]==460) || (CarData[idd][cModel]==452) || (CarData[idd][cModel]==453) || (CarData[idd][cModel]==473) || (CarData[...
78
pawn Код: LogoJOS[0] = TextDrawCreate(540.000000, 435.000000, " {05F5E5}versiunea {F50515}2.5 [BETA]");    TextDrawBackgroundColor(LogoJOS[0], 255);    TextDrawFont(LogoJOS[0], 2);    TextDr...
102