Search Results
I can see that -_- I mean what are they... like name-wise.. X Y Z INT SPD what?
117
I have a code: pawn Код: CreateDynamicPickup(1239, 1, 168.2048,-1769.3395,4.4728,0); //Fitt Foundations HQ    Create3DTextLabel("[Fitt Foundations HQ] \n Press \"ENTER VEHICLE\" to enter the Pla...
117
:L Says its not open but i opened it :S
147
well whats the reason it still doesnt work for my IP then?
147
Well if i remove it from there anyways (yes im home hosting) it still doesnt work?
147
Got my server.cfg pawn Код: echo Executing Server Config...lanmode 0rcon_password yomommamaxplayers 20port 7777ip ??.??.???.?? //Actually filled in, just covered for thread.hostname High Roller [R...
147
The code I just sent doesnt work.
205
I used pawn Код: if(!strcmp(cmdtext, "/iio", true)){           MoveDynamicObject(impoundgate1, 1901.51, -1865.99, 14.65,   0.00, 0.00, 272.37);           MoveDynamicObject(impoundgate...
205
I tried to move it but every time.. it wouldnt move :L
205
I have a gate thing which when /open itdestroys the gate but whats the cmd for the gates to come back? pawn Код: if(!strcmp(cmdtext, "/open", true)){           DestroyDynamicObject(impoundga...
205
I have two gates pawn Код: new impoundgate1;new impoundgate2;impoundgate1 = CreateDynamicObject(3049, 1901.51, -1865.99, 14.65,   0.00, 0.00, 0.00); //gate1impoundgate2 = CreateDynamicObject(3050...
80
Quote: Originally Posted by Dwane You closed "}" brackets which were useless, that's why. pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    if(!strcmp(cmdtext, "/open", tr...
99
Whats wrong with this code? it crashes the compiler.. pawn Код: if(!strcmp(cmdtext, "/open", true)){            MoveObject(impoundgate1, 1901.51, -1865.99, 14.65, 0.00, 0.00, 274.66);    Â...
99
Or you can use give player money pawn Код: if(!strcmp(cmdtext, "/cash", true)){    GivePlayerMoney(playerid, 100000);    return 1;}
136
How can I use a timer? Is there a respawn ALL vehichles?
142
Whats the code for Quote: Wait 15 seconds Respawn/make another one of CAR1 (for eg) make another one of would be preffered
142
right I have these here as the vehicles pawn Код: //Dealerships    GTFO1= AddStaticVehicle(473,461.6448,-1885.9976,1.4758,32.5020,56,53); // Digny boat dealership    GTFO2= AddStaticVehicle(47...
66
Where on the script can I change how quickly/slowly the fuel goes down.. it goes down pretty fast
1,629
pawn Код: if(vehicleid < 1 || > 20) I tried some other things too.. But im not sure.
169