06.12.2014, 14:14
If u dont want to delete the object later in your script then use this
pawn Code:
//delete the line "new Object"
public OnGameModeInit()
{
return 1;
}
COMMAND:test1(playerid)
{
CreateObject(1564, 436.1663, 122.8601, 540.8948, -25.50000, 22.0000, 0, 50);
return 1;
}

