SA-MP Forums Archive
[Code] 2250 houses spawns - 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: [Code] 2250 houses spawns (/showthread.php?tid=150676)

Pages: 1 2


[Code] 2250 houses spawns - ^Woozie^ - 27.05.2010

If you want use my house system, see script in russian releases "U1timate RPG", or remake your.

http://pastebin.com/382Guebm


Re: [Code] 2250 houses spawns - alenblue - 27.05.2010

Can you put link here couse i cant find it, I am not good at russian laungage


Re: [Code] 2250 houses spawns - ViruZZzZ_ChiLLL - 27.05.2010

WOW, OMG O.O How long have you made this??
I mean come on, 2250 houses and their you
getting all of their coords must've taken awhile
anyways, nice :P


Re: [Code] 2250 houses spawns - RyDeR` - 27.05.2010

Quote:
Originally Posted by ViruZZzZ_ChiLLL
WOW, OMG O.O How long have you made this??
I mean come on, 2250 houses and their you
getting all of their coords must've taken awhile
anyways, nice :P
Yeah, me thought the same..


Re: [Code] 2250 houses spawns - ^Woozie^ - 27.05.2010

Код:
Can you put link here couse i cant find it, I am not good at russian laungage
http://forum.sa-mp.com/index.php?topic=174611.0

Quote:

WOW, OMG O.O How long have you made this??
I mean come on, 2250 houses and their you
getting all of their coords must've taken awhile
anyways, nice

part of it already haved from 0.2.2
6-7 hours

now i don't play in games and released some my works.

Код:
if(strcmp(cmd, "/house", true) == 0 && IsPlayerAdmin(playerid))
{
tmp = strrest(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, ReturnColor(playerid), "Пишите: /house < название >");
return 1;
}
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
//CreatedHouses++;
format(string,256,"CreateHouse(%f,%f,%f,13,10000000,\"%s\");\r\n",x,y,z,tmp);
new File:file = fopen("houses.txt", io_append);
fwrite(file,string);
fclose(file);
SendClientMessage(playerid,ReturnColor(playerid),"Дом со следующими параметрами создан:");
format(string,256,"CreateHouse(%f,%f,%f,2,10000000,\"%s\"); ID:%d",x,y,z,tmp,CreatedHouses);
SendClientMessage(playerid,ReturnColor(playerid),string);
SendClientMessage(playerid,ReturnColor(playerid),"Записано в houses.txt");
//CreateDynamic3DTextLabel(tmp,COLOR_BLUE,x,y,z,25.0,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,1,-1,-1,-1,75.0);
return 1;
}



Re: [Code] 2250 houses spawns - Goobiiify - 27.05.2010

Good work!


Re: [Code] 2250 houses spawns - swredder - 27.05.2010

wow it would be more epic if u made a filterscript with the full house system though


Re: [Code] 2250 houses spawns - ^Woozie^ - 27.05.2010

it will not. let everyone make himself as he sees fit, or write to convert in a pinch.

as sql injection - http://rghost.ru/1730597


Re: [Code] 2250 houses spawns - justsomeguy - 10.06.2010

soooow where do you put the create house code?



Re: [Code] 2250 houses spawns - Jackster - 10.06.2010

LoL its called SEARCH..


Re: [Code] 2250 houses spawns - Jackster - 10.06.2010

OMG realy good!


Re: [Code] 2250 houses spawns - Adoniiz - 11.06.2010

WOOOOOOW NICEEEE MAN!!!! GOOD JOB!


Re: [Code] 2250 houses spawns - MWF2 - 11.06.2010

Wow...

All in LS?


Re: [Code] 2250 houses spawns - sasoy907 - 11.06.2010

hey please help me tutorial thx


Re: [Code] 2250 houses spawns - Jackster - 11.06.2010

Everything is out there...
LoL its called SEARCH..


Re: [Code] 2250 houses spawns - Zh3r0 - 11.06.2010

Quote:
Originally Posted by Jackster
Everything is out there...
LoL its called SEARCH..
But did YOU heard about not double posting?


and Psy, holy shit, 2k houses? INSANE!!Good Job!


Re: [Code] 2250 houses spawns - Jackster - 11.06.2010

Have you ever heard of a acident?


Re: [Code] 2250 houses spawns - vyper - 11.06.2010

a fs with all those houses coords would be great :P

I tryed to make 1 but i failed CUZ his gamemode is in russian


Re: [Code] 2250 houses spawns - Ehab_Isaac101 - 11.06.2010

Quote:
Originally Posted by » RyDeR «
Quote:
Originally Posted by ViruZZzZ_ChiLLL
WOW, OMG O.O How long have you made this??
I mean come on, 2250 houses and their you
getting all of their coords must've taken awhile
anyways, nice :P
Yeah, me thought the same..



Re: [Code] 2250 houses spawns - Zh3r0 - 11.06.2010

Quote:
Originally Posted by Jackster
LoL its called SEARCH..
Quote:
Originally Posted by Jackster
OMG realy good!
If you call this quotes an accident ur a fool, tehre is an edit button.