|
|
#41 | |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Nov 2010
Location: Munich, Germany
Posts: 694
Reputation: 8
|
Quote:
I assume someone who has more than 4k posts and spends hours and hours on this board is able to understand this easy script tutorial... (i dont think that someone spamms over 4k posts without no sense so i think he understands a bit of scripting and has posted some good stuff, i think u get my point )But this is going offtopic as uve not contributed anything to my tutorial so please dont start such a noobish discussion and lets live in peace... ![]() regards, wolf. |
|
|
|
|
|
|
#42 |
|
Little Clucker
![]() Join Date: Jul 2011
Location: Indonesia
Posts: 24
Reputation: 0
|
thanks.. i realy need it
|
|
|
|
|
|
#43 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Nov 2010
Location: Munich, Germany
Posts: 694
Reputation: 8
|
happy i could help
|
|
|
|
|
|
#44 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Nov 2010
Location: Tamilnadu,India
Posts: 882
Reputation: 49
|
Very Nice tutorial
|
|
|
|
|
|
#45 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Nov 2010
Location: Munich, Germany
Posts: 694
Reputation: 8
|
thx
|
|
|
|
|
|
#46 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Feb 2012
Location: Somewhere in India
Posts: 597
Reputation: 31
|
nice tutorial
|
|
|
|
|
|
#47 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Feb 2012
Location: Somewhere in India
Posts: 597
Reputation: 31
|
how can we edit the timer i.e- the map time. when the map time gets over the maps changes. like Timeleft: 5:00
|
|
|
|
|
|
#48 |
|
Huge Clucker
![]() ![]() ![]() Join Date: Oct 2009
Posts: 211
Reputation: 5
|
i get those errors and i just did copy then paste
Code:
K:\SA-MP Server\San Andreas Death Race\gamemodes\SADR.pwn(23) : error 018: initialization data exceeds declared size
K:\SA-MP Server\San Andreas Death Race\gamemodes\SADR.pwn(29) : error 018: initialization data exceeds declared size
K:\SA-MP Server\San Andreas Death Race\gamemodes\SADR.pwn(35) : error 018: initialization data exceeds declared size
K:\SA-MP Server\San Andreas Death Race\gamemodes\SADR.pwn(41) : error 018: initialization data exceeds declared size
K:\SA-MP Server\San Andreas Death Race\gamemodes\SADR.pwn(542) : warning 235: public function lacks forward declaration (symbol "Restart")
K:\SA-MP Server\San Andreas Death Race\gamemodes\SADR.pwn(596) : error 021: symbol already defined: "SetTimer"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.
new Float:MapOneSpawnsTeam1[3][5] = // Line 29
{
{609.7040,-586.5684,17.2266,256.8267},
{610.3588,-590.8182,17.2266,263.0453},
{616.1186,-591.2390,17.2330,268.1367},
};
new Float:MapOneSpawnsTeam2[3][5] =
{
{804.0115,-612.1152,16.3432,47.2465},
{812.3744,-612.2579,16.3359,40.3489},
{824.7153,-612.1229,16.3359,23.1518},
};
new Float:MapTwoSpawnsTeam1[3][5] =
{
{609.7040,-586.5684,17.2266,256.8267},
{610.3588,-590.8182,17.2266,263.0453},
{616.1186,-591.2390,17.2330,268.1367},
};
new Float:MapTwoSpawnsTeam2[3][5] =
{
{804.0115,-612.1152,16.3432,47.2465},
{812.3744,-612.2579,16.3359,40.3489},
{824.7153,-612.1229,16.3359,23.1518},
};
public Restart(playerid,classid) // Line 542
SetTimer("Restart",10000,false);//529
Last edited by Habdel; 16/05/2012 at 01:45 PM. |
|
|
|
|
|
#49 |
|
Gangsta
![]() ![]() ![]() ![]() Join Date: Nov 2010
Location: Munich, Germany
Posts: 694
Reputation: 8
|
@$$inSane: I dont know exactly what you mean but to change the time/intervall of the timer you intend to set just change the milliseconds:
pawn Code:
@Habdel: You cant just copy and paste, that wont work... -The definitions have to be outside of a callback! -Also the timer forwarding has to be done outside of a callback! But the timer itself has to be set in a function or callback. -The whole timer function/code has to be outside a callback or a function as well. Also you didnt finish the timer code. A finished timer code looks smth. like this: pawn Code:
pawn Code:
pawn Code:
Hope i could help you ![]() Ask in case questions are left. Kind regards, wolf. |
|
|
|
|
|
#50 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Apr 2009
Posts: 1,621
Reputation: 191
|
Very nice, thank you!
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [FilterScript] Simple Voice Changing system v0.1 | Haji | Filterscripts | 9 | 22/05/2011 12:18 PM |
| help with changing name | cuvip | Help Archive | 2 | 23/06/2010 07:58 AM |
| Changing mph to kmh | Chivava | Help Archive | 2 | 05/02/2010 09:06 PM |
| GM changing | jamesb93 | Help Archive | 5 | 15/11/2009 02:22 PM |
| Changing a GM | jamesb93 | Help Archive | 0 | 14/11/2009 09:40 PM |