Search Results
Then use OnPlayerStateChange lol !
324
PHP код:
#include <a_samp>
new bool: VehicleLightsOn[MAX_VEHICLES];
#define PRESSED(%0) \
(((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0...
522
PHP код:
#include <a_samp>
new bool: VehicleLightsOn[MAX_VEHICLES];
new engine, lights, alarm, doors, bonnet, boot, objective;
#define PRESSED(%0) \
(((newkeys &...
522
Quote:
Originally Posted by Dan_Barocu
i need help me a problem it's been buzzing me for years..(months) i cant make it work!a lights sistem!no errors
no warnings just no work i go in gam...
522
Try adding this under
Код:
new giveplayerid;
giveplayerid = ReturnUser(tmp);
maybe this is why its only responding to id 0 or 1 sense it can't find the players id.
425
Quote:
Originally Posted by Azzeto
I have that their.. But thats to set it to what the current engine state is.
pawn Код:
else if(newstate == PLAYER_STATE_DRIVER) { ne...
409
I think in
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate){if(newstate == PLAYER_STATE_DRIVER) {
.
409
Quote:
Originally Posted by googamalugafoo
Im trying to make a /up (amount) command again..
pawn Код:
CMD:up(playerid, params[]) { if(IsPlayerLuxAdmin(playerid)) new amount[12], str...
274
Quote:
Originally Posted by seanny
Check your Emails.
Replyed.
194
Do you have msn if yes add me lilweezy58@live.com
194
Use mta map editor it helps you.http://mtavc.com/
255
If your trying to make a chat anim like in ls-rp
Put this under OnPlayerText
pawn Код:
new time=strlen(text)*100; ApplyAnimationEx(playerid,"PED","IDLE_CHAT",4.1,0,1,1,1,1); ...
201
pawn Код:
ApplyAnimation(playerid, "CARRY", "crry_prtial",4.1,0,1,1,1,1);
Tell me if this works guso .
216
Do you have another spawn function in your gamemode if so look for all the spawn functions like publics and i know this is not part of the question but why is there a -255 isn't it supposed to be
pa...
372
Is there a object id thats a blowtorch?
Thanks
131
Skizzo read your PM's i think i sent you one.
11,500
Quote:
Originally Posted by Lilcuete
Yo you should make your drug system unique also you should add a unique warrant system,the warrant system you can just added it to /mdc.Like this
/drug...
11,500
Quote:
Originally Posted by Meta
Did you also recompile your script?
Doesn't seem so.
Yes i did.
65,268