[Code] 2250 houses spawns
#1

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

http://pastebin.com/382Guebm
Reply
#2

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

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
Reply
#4

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..
Reply
#5

Код:
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;
}
Reply
#6

Good work!
Reply
#7

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

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
Reply
#9

soooow where do you put the create house code?
Reply
#10

LoL its called SEARCH..
Reply
#11

OMG realy good!
Reply
#12

WOOOOOOW NICEEEE MAN!!!! GOOD JOB!
Reply
#13

Wow...

All in LS?
Reply
#14

hey please help me tutorial thx
Reply
#15

Everything is out there...
LoL its called SEARCH..
Reply
#16

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!
Reply
#17

Have you ever heard of a acident?
Reply
#18

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
Reply
#19

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..
Reply
#20

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.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)