SA-MP Forums Archive
[MAP/FS]Sumo-Cars - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [MAP/FS]Sumo-Cars (/showthread.php?tid=112632)



[MAP/FS]Sumo-Cars - Shoko Lacho - 09.12.2009

Hi all, I started in scripting and I come to post my first map/filterscript ^^
(yea sorry for my bad english, I'm french )

It's a simple map of sumo-cars with 3 commands:

/sumo to join the sumo-cars
/spawnsumo to respawn in sumo-cars after death
/quitsumo to quit the sumo-cars and respawn

I try to give some "originality" to the map by placing the platform between two building (sumo is so basic... )

Screens :



Downloads :

EN Version :

Pastebin



FR Version :

Pastebin





Re: [MAP/FS]Sumo-Cars - Lotusmp - 09.12.2009

Lol that s cool job



Re: [MAP/FS]Sumo-Cars - cristab - 09.12.2009

good job


Re: [MAP/FS]Sumo-Cars - Shoko Lacho - 09.12.2009

I have find an error

Код:
92.  if (strcmp("/sumocars", cmdtext, true, 10) == 0
93.    {
94.    GetPlayerName( playerid, name, 30 );
95.    format( string, sizeof( string ), "%s has join the sumo-cars ! ( /sumo )", name);
In line 92 replace /sumocars by /sumo or in line 95 replace /sumo by /sumocars

Edit : Error removed ^^

Quote:
Originally Posted by <Davis>
Lol that s cool job
Quote:
Originally Posted by ►cristab◄
good job
Thanks ^^