15.02.2009, 08:50
hi i'm busy with my house system :P
but i am creating a command that could place a house cut in need to put a float
in a variable but it won't work here are some parts:
the errors
lines 151, 152, 153...
id variavble
the Coordinates x,y,z defines
i tried things like : floatstr but i didn't work
but i am creating a command that could place a house cut in need to put a float
in a variable but it won't work here are some parts:
the errors
Код:
C:\DOCUME~1\*****\BUREAU~1\Server\GAMEMO~1\***.pwn(151) : warning 213: tag mismatch C:\DOCUME~1\*****\BUREAU~1\Server\GAMEMO~1\***.pwn(152) : warning 213: tag mismatch C:\DOCUME~1\*****\BUREAU~1\Server\GAMEMO~1\***.pwn(153) : warning 213: tag mismatch C:\DOCUME~1\*****\BUREAU~1\Server\GAMEMO~1\***.pwn(154) : warning 213: tag mismatch C:\DOCUME~1\*****\BUREAU~1\Server\GAMEMO~1\***.pwn(155) : warning 213: tag mismatch C:\DOCUME~1\*****\BUREAU~1\Server\GAMEMO~1\***.pwn(156) : warning 213: tag mismatch
Код:
HouseInfo[id][hEntX] = x HouseInfo[id][hEntY] = y HouseInfo[id][hEntZ] = z HouseInfo[id][hExtX] = 1272.9116 HouseInfo[id][hExtY] = -768.9028 HouseInfo[id][hExtZ] = 1090.5097
Код:
new id = housecount+1;
Код:
new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x,y,z);