Re: =>SInclude<= [v1.3] Usefull Functions -
Ignas1337 - 10.06.2008
go on, girl!
Re: =>SInclude<= [v1.3] Usefull Functions -
Sandra18[NL] - 10.06.2008
Thank you all
Re: =>SInclude<= [v1.3] Usefull Functions -
Zh3r0 - 19.06.2008
You made my life, easy.
Re: =>SInclude<= [v1.3] Usefull Functions -
Prof_Oak - 02.07.2008
bang-up, bully, corking, cracking, dandy, great, groovy, keen, neat, nifty, not bad, peachy, slap-up, swell, smashinggood enoughgoodishhotredeeming,satisfactory, acceptablesolidsuperbwell-behaved, well behaved
AWESOME!
Re: =>SInclude<= [v1.3] Usefull Functions -
Bogdan Cirstea - 02.07.2008
woooow, girl, good joob
Re: =>SInclude<= [v1.3] Usefull Functions -
gta700 - 09.08.2008
im having a little trouble, i get this error:
C:\Users\cody mccoy\Desktop\Gta700 City\gamemodes\Xtreme.GM.pwn(47) : fatal error 100: cannot read from file: "Sinclude"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: =>SInclude<= [v1.3] Usefull Functions -
Killerkid - 10.08.2008
Quote:
Originally Posted by gta700
im having a little trouble, i get this error:
C:\Users\cody mccoy\Desktop\Gta700 City\gamemodes\Xtreme.GM.pwn(47) : fatal error 100: cannot read from file: "Sinclude"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
Put Sinclude inside includes folder, pawno/includes (if you're using pawno).
Re: =>SInclude<= [v1.3] Usefull Functions -
Nobbl - 25.09.2008
Uhm, ive got a question. Ive never worked myself with includes and I want to add a countdowntimer, viewable for everyone.
What do i have to do? only
Код:
forward IsCountdownStarted;
forward IsPlayerCountdownStarted[MAX_PLAYERS];
forward PlayerCountdownCount[MAX_PLAYERS];
forward CountdownCount;
forward PlayerCountdownTimer[MAX_PLAYERS];
forward CountdownTimer;
and then, how do i have to add it?
Re: =>SInclude<= [v1.3] Usefull Functions -
Serbish - 27.12.2008
Quote:
Originally Posted by Nobbl
Uhm, ive got a question. Ive never worked myself with includes and I want to add a countdowntimer, viewable for everyone.
What do i have to do? only
Код:
forward IsCountdownStarted;
forward IsPlayerCountdownStarted[MAX_PLAYERS];
forward PlayerCountdownCount[MAX_PLAYERS];
forward CountdownCount;
forward PlayerCountdownTimer[MAX_PLAYERS];
forward CountdownTimer;
and then, how do i have to add it?
|
The whole function of it.
Re: =>SInclude<= [v1.3] Usefull Functions -
Carl_Madson - 09.02.2009
it doesn't work for me (v1.0)
C:\Documents and Settings\Wooning\Bureaublad\games\games dingen\samp\server\gamemodes\Bonocity.pwn(21) : fatal error 100: cannot read from file: "Countdown"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
can u fix that? or tell me what to do?
Re: =>SInclude<= [v1.3] Usefull Functions -
AlExAlExAlEx - 14.02.2009
nice very nice indeed
a update idea would be : random health&armor something like
SetRandomArmor(armor,randomnumber);
SetPlayerRandomArmor(playerid,randomid);
OnPlayerRandomArmor // just example
SetRandomArmor(10,random1);
SetRandomArmor(20,random1);
SetRandomArmor(30,random1);
SetPlayerRandomArmor(playerid,random1);
and would choose from 10 , 20 or 30.
a pic of you would be nice too