SA-MP Forums Archive
[GameMode] Stunting World (Good for beginners) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] Stunting World (Good for beginners) (/showthread.php?tid=493414)



Stunting World (Good for amatures, not good for newbies) - Equuuuin0X - 08.02.2014

SCRIPT IS FOR SELL NOW.

NOT RELEASED ANYMORE.


Re: Stunting World (Good for beginners) - Clad - 08.02.2014

Not bad, Try to add more features


Re: Stunting World (Good for beginners) - Sojo12 - 08.02.2014

Quote:
Originally Posted by Clad
Посмотреть сообщение
Try to add more features
Otherwise,all's good.


Re: Stunting World (Good for beginners) - Duke24 - 08.02.2014

Good one, add more features and it'll be great.


Re: Stunting World (Good for beginners) - Clad - 08.02.2014

Quote:
Originally Posted by Sojo12
Посмотреть сообщение
Otherwise,all's good.
Yes because it looks very basic.


Re: Stunting World (Good for beginners) - DestenyRay - 08.02.2014

thanks!


Re: Stunting World (Good for beginners) - Kyance - 08.02.2014

While checking the gamemode;

pawn Код:
COMMAND:clearchat(playerid,params[])
{
    if(PlayerInfo[playerid][pAdmin] < 2) return SendClientMessage(playerid, COLOR_LIGHTBLUE, "You're not authorized to use this command!");
    for(new i = 0; i < 250; i++) SendClientMessageToAll(0x00000000," ");
        return 1;
}
Isn't... 250 lines.."a little bit" too much?

"Setmoney" doesn't actually sets the targets money, rather it just gives the target the money ( ResetPlayerMoney(id); blabla )


Well, nice, keep up the good work

Just a question: This is a re-make of your Critical dm, right? xd


Re: Stunting World (Good for beginners) - Inspiron - 08.02.2014

Nice work. Add some more features though.


Re: Stunting World (Good for beginners) - Equuuuin0X - 08.02.2014

Thanks for the feedbacks, I'm trying to get in minds about the future features.

Currently it has lobby system, which other stunting doesnt have.

and yes, I took commands from my Critical DM gamemode.

The map is 30k lines, I wouldn't spend much time uploading them, so wait for 'em, otherwise you might contunie without maps. or you might wanna add yourself.

well kyance, I've tested the setmoney command, it was working properly on my Critical DM, so nothing to worry about.

250 lines is fair for me, since it clears WHOLE chat, nothing left behind.


Re: Stunting World (Good for beginners) - Krisna - 09.02.2014




Re: Stunting World (Good for beginners) - THE_KING$5$ - 09.02.2014

Wow Nice Game-mode for amatures.


Re: Stunting World (Good for beginners) - Equuuuin0X - 09.02.2014

Yeah, it was meant w/e supposed to be made for beginners/amatuers.


AW: Stunting World (Good for beginners) - TheMen - 09.02.2014

Can you upload the full order or the .pwn?


Re: Stunting World (Good for beginners) - Equuuuin0X - 09.02.2014

I'm afraid, I can't, due to the fact that my Internet connection is at its low rating at the moment. therefor I only can use pastebin as the download sources.

I thank to whoever upload the file or pwn, I'll give 1+ rep.

Just follow the instructions.


AW: Re: Stunting World (Good for beginners) - TheMen - 09.02.2014

Quote:
Originally Posted by Equuuuin0X
View Post
I'm afraid, I can't, due to the fact that my Internet connection is at its low rating at the moment. therefor I only can use pastebin as the download sources.

I thank to whoever upload the file or pwn, I'll give 1+ rep.

Just follow the instructions.
When i copy the pastebin and paste in pawno i become too much errors :/

Ye when anyone upload the full order i give 1+rep too


Re: Stunting World (Good for beginners) - Equuuuin0X - 09.02.2014

Be sure to have zcmd sccanf2 streamer includes

streamer Whirlpool sscanf plugins

add ''Users'' in your scriptfiles


AW: Stunting World (Good for beginners) - TheMen - 09.02.2014

i become the errors:
I have foreach in the pawno -> includes folder

Код:
(807) : error 017: undefined symbol "foreach"
 : error 029: invalid expression, assumed zero
 : error 017: undefined symbol "i"
 : fatal error 107: too many error messages on one line



Re: Stunting World (Good for beginners) - Equuuuin0X - 09.02.2014

Go to pawno.exe which has in your ''foreach'' include folder, then open the .pwn of the gamemode, then re-compile.


AW: Re: Stunting World (Good for beginners) - TheMen - 09.02.2014

Quote:
Originally Posted by Equuuuin0X
View Post
Go to pawno.exe which has in your ''foreach'' include folder, then open the .pwn of the gamemode, then re-compile.
dont work