Search Results
Quote: Originally Posted by Pettersen Sure you have included your zcmd in your folder? Pawno->Includes And be sure you put it under #include <a_samp> Like: #include <a_samp>...
80
When I add #include <zcmd>, and I compile Pawno crashes. It also crashes when I remove the '#include <zcmd>' part, but when I remove the zmcd.inc from the includes it says can not read fro...
80
Quote: Originally Posted by [uL]Pottus Remove [fv] most likely. But that [fv] is in almost every 5 lines before that which are not giving errors: Код: FamilyVehicleInfo[f][fv][fvM...
76
Alright I got these errors: Код: C:\Users\Sonny\Documents\scripting suite\New LSRRP\LSRRP2(16933) : error 028: invalid subscript (not an array or too many subscripts): "iIndex" C:\Users\Sonny\Docu...
76
Quote: Originally Posted by [uL]Pottus People don't script because it's easy we script because it's hard and once it gets easy we've learned enough to move on to more advanced concepts. ...
201
Quote: Originally Posted by RayDcosta you have a bad script there. u dont know how to do what [ul]pottus said, because u probably just copied it from somewhere. and well if u do know how t...
201
Quote: Originally Posted by RayDcosta u can do something like using a random number. it cant ensure u listen to a different song every time, but most of the times the user will hear a diff...
114
So on public OnPlayerConnect(playerid) I have that a song plays till you clicked spawn. Can I set different songs so it's like a different song everytime you relog? Code currently: Код: public O...
114
Quote: Originally Posted by [uL]Pottus To be honest you have some really wacked out coding there so it doesn't surprise me your having issues with this system. To iterate that with your is...
201
Quote: Originally Posted by [uL]Pottus To be honest you have some really wacked out coding there so it doesn't surprise me your having issues with this system. To iterate that with your is...
201
When I /exitgarage, I come in the middle of nowhere. This happens in every garage. Code of /entergarage + /exitgarage: Код: if(strcmp(cmd, "/entergarage", true) == 0 || strcmp(cmd, "/enterga", ...
201
Quote: Originally Posted by pds2k12 Silly me!, This would compile properly, enjoy :P pawn Код: if(400 <= modelid <= 611) Код: This forum requires that you wait 240 seconds ...
167
Quote: Originally Posted by pds2k12 What line is it? I probably miss something What line is it? I probably missed something. This line: Код: if(<= 400 modelid <= 611)
167
I get this error now with your code: Код: C:\Users\Sonny\Documents\scripting suite\ML-RP\gamemodes\modernliferp.pwn(9315) : error 029: invalid expression, assumed zero C:\Users\Sonny\Documents\sc...
167
Hey people, so basicly what I got now is when I /customvehicle blabla it goes to the given coordinates. How do I make it like it goes to the current position of the player you are making the /customve...
167