*** Terrible Title Removed
#1

deleted
Reply
#2

Change "Createobject" to "CreateObject"
Reply
#3

hm ok let me try
Reply
#4

If they're not in any callback, then make sure to put them inside of one.
Here's an example:
pawn Код:
public OnFilterScriptInit()
{
     CreateObject(...);
     CreateObject(...);
     CreateObject(...);
     return 1;
}
Reply
#5

sorry i didnt understand it what i should do?
Reply
#6

Copy all of your "CreateObject" code, and put them inside:
pawn Код:
public OnFilterScriptInit()
{
     return 1;
}
Reply
#7

again the same problem ufff!
Reply
#8

Same errors or different errors? Did you change "CreateObject" back to "Createobject"?
Also, the below should go under "public OnPlayerConnect(playerid)"
pawn Код:
RemoveBuildingForPlayer(playerid, 4984, 1880.7109, -2112.6328, 21.2578, 0.25);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)