Help me With Houses
#1

I create Houses on My Server But a problem

Tell me Where i add This


Quote:

AddProperty("MyHouse", 1652.44, 2710.27, 10.82, 7000, 5000, 1000);

Reply
#2

you have to tell what code are you using to add houses. Probably that'll should be used as a command or you could put it under ongamemodeinit and remove it's dynamism-
Reply
#3

under OnGameModeInit
Reply
#4

I Add but public OnGameModeInit()

C:\Documents and Settings\Admin\Desktop\New Folder\gamemodes\lvdm.pwn(4271) : error 017: undefined symbol "AddProperty"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#5

then u didnt define AddProperty or didnt download the script/include defining it
Reply
#6

Help Please
Reply
#7

No one Real Scripter There this is my 4th problem All unsoleved
Reply
#8

pawn Код:
public OnGameModeInit()
{
    AddProperty("MyHouse", 1652.44, 2710.27, 10.82, 7000, 5000, 1000);
    //ect.......
    return 1;
}
Some more info would be cool, how are you defining your property's ?
Reply
#9

Now what is this

Quote:

C:\Documents and Settings\Admin\Desktop\New Folder\gamemodes\lvdm.pwn(6647) : error 017: undefined symbol "AddProperty"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Reply
#10

Quote:
Originally Posted by Salsa
Посмотреть сообщение
Now what is this
How are you defining your property's ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)